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
built via cmake .. && make together with nvcc version cuda_12.2.r12.2/compiler.33191640_0 results in the following compiler error:
/Documents/test/fmt/build/_deps/fmt-src/include/fmt/chrono.h(2310): error: too many arguments in function call
detail::utc_clock::to_sys(val), ctx);
^
/Documents/test/fmt/build/_deps/fmt-src/include/fmt/chrono.h(2310): error: the object has type qualifiers that are not compatible with the member function "fmt::v11::detail::utc_clock::to_sys"
object type is: const fmt::v11::detail::utc_clock
detail::utc_clock::to_sys(val), ctx);
^
This error happens with versions 11.1.0,11.1.1, and master.
A git bisect revealed that the offending commit is: 89af1ad
The text was updated successfully, but these errors were encountered:
Using the
CMakeLists.txt
file:with the
main.cu
filebuilt via
cmake .. && make
together with nvcc versioncuda_12.2.r12.2/compiler.33191640_0
results in the following compiler error:This error happens with versions
11.1.0
,11.1.1
, andmaster
.A
git bisect
revealed that the offending commit is: 89af1adThe text was updated successfully, but these errors were encountered: