diff --git a/src/c/host-configs/tuolumne-4.18.0-x86_64-rocm@6.2.1-amdclang@18.0.0.cmake b/src/c/host-configs/tuolumne-4.18.0-x86_64-rocm@6.2.1-amdclang@18.0.0.cmake index 39eda4fd..2580e1de 100644 --- a/src/c/host-configs/tuolumne-4.18.0-x86_64-rocm@6.2.1-amdclang@18.0.0.cmake +++ b/src/c/host-configs/tuolumne-4.18.0-x86_64-rocm@6.2.1-amdclang@18.0.0.cmake @@ -11,6 +11,8 @@ set(CMAKE_C_COMPILER "/opt/rocm-6.2.1/lib/llvm/bin/amdclang" CACHE PATH "") set(CMAKE_CXX_COMPILER "/opt/rocm-6.2.1/lib/llvm/bin/amdclang++" CACHE PATH "") +set(PERFFLOWASPECT_WITH_CUDA "OFF" CACHE BOOL "") + # To enable fine-grained profiling with Caliper, utilize the below options. # Caliper should be built with the same compilers as the PerfFlowAspect. # set(PERFFLOWASPECT_WITH_CALIPER ON CACHE BOOL "")