We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295fe33 commit 7dd853cCopy full SHA for 7dd853c
tests/lit.site.cfg.in
@@ -8,7 +8,7 @@ config.llvm_build_dir = "@CMAKE_BINARY_DIR@/llvm/include"
8
config.cxx = "@CMAKE_CXX_COMPILER@ @CMAKE_CXX_FLAGS@"
9
config.cc = "@CMAKE_C_COMPILER@ @CMAKE_C_FLAGS@"
10
config.build_type = "@CMAKE_BUILD_TYPE@"
11
-config.lib_cudart_path = "@cudart@"
+config.lib_cudart_path = "@CUDART_LIB@"
12
config.lib_dnnl_path = "@dnnl@"
13
config.lib_eigen_path = "@eigen@"
14
config.lib_xnnpack_path = "@xnnpack@"
0 commit comments