We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac4dfe commit dee9400Copy full SHA for dee9400
cmake/NVBenchConfigTarget.cmake
@@ -63,6 +63,9 @@ else()
63
endif()
64
65
66
+# fmtlib uses llvm's _BitInt internally, which is not available when compiling through nvcc:
67
+target_compile_definitions(nvbench.build_interface INTERFACE "FMT_USE_BITINT=0")
68
+
69
# Experimental filesystem library
70
if (CMAKE_CXX_COMPILER_ID STREQUAL GNU OR CMAKE_CXX_COMPILER_ID STREQUAL Clang)
71
target_link_libraries(nvbench.build_interface INTERFACE stdc++fs)
0 commit comments