You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building CUDA source files (.cu) using NVCC fails in 1.8.0 (works in 1.7.0) with errors like this:
_deps/spdlog-src/include/spdlog/fmt/bundled/format.h (3677): error: a literal operator template must have a template parameter list equivalent to "<char ...>"
This is fixed in the master branch of fmt lib: fmtlib/fmt#1818
The text was updated successfully, but these errors were encountered:
Building CUDA source files (.cu) using NVCC fails in 1.8.0 (works in 1.7.0) with errors like this:
This is fixed in the master branch of
fmt
lib:fmtlib/fmt#1818
The text was updated successfully, but these errors were encountered: