Skip to content

Commit 4017110

Browse files
authored
turned CUDA because we are using AMD (#192)
1 parent 9ce2eab commit 4017110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/c/host-configs/[email protected]@18.0.0.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
set(CMAKE_C_COMPILER "/opt/rocm-6.2.1/lib/llvm/bin/amdclang" CACHE PATH "")
1212
set(CMAKE_CXX_COMPILER "/opt/rocm-6.2.1/lib/llvm/bin/amdclang++" CACHE PATH "")
1313

14+
set(PERFFLOWASPECT_WITH_CUDA "OFF" CACHE BOOL "")
15+
1416
# To enable fine-grained profiling with Caliper, utilize the below options.
1517
# Caliper should be built with the same compilers as the PerfFlowAspect.
1618
# set(PERFFLOWASPECT_WITH_CALIPER ON CACHE BOOL "")

0 commit comments

Comments
 (0)