We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e899a48 commit f7d367aCopy full SHA for f7d367a
1 file changed
caliper-config.cmake.in
@@ -36,4 +36,9 @@ if (@CALIPER_HAVE_ROCPROFILER@)
36
find_dependency(rocprofiler-sdk-roctx)
37
endif()
38
39
+# Add CUDAToolkit target for cupti support
40
+if (@CALIPER_HAVE_CUPTI@)
41
+ find_dependency(CUDAToolkit)
42
+endif()
43
+
44
check_required_components(caliper)
0 commit comments