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 9ce2eab commit 4017110Copy full SHA for 4017110
src/c/host-configs/[email protected]@18.0.0.cmake
@@ -11,6 +11,8 @@
11
set(CMAKE_C_COMPILER "/opt/rocm-6.2.1/lib/llvm/bin/amdclang" CACHE PATH "")
12
set(CMAKE_CXX_COMPILER "/opt/rocm-6.2.1/lib/llvm/bin/amdclang++" CACHE PATH "")
13
14
+set(PERFFLOWASPECT_WITH_CUDA "OFF" CACHE BOOL "")
15
+
16
# To enable fine-grained profiling with Caliper, utilize the below options.
17
# Caliper should be built with the same compilers as the PerfFlowAspect.
18
# set(PERFFLOWASPECT_WITH_CALIPER ON CACHE BOOL "")
0 commit comments