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 3a6dc80 commit addb1a3Copy full SHA for addb1a3
CMakeLists.txt
@@ -195,7 +195,7 @@ set(GPU_TARGETS "${AMDGPU_TARGETS}" CACHE STRING "GPU architectures to build for
195
196
# HIP is required - library and clients use HIP to access the device
197
find_package( hip REQUIRED CONFIG PATHS /opt/rocm/lib/cmake/hip/ )
198
-find_package( hiprtc REQUIRED CONFIG )
+find_package( hiprtc REQUIRED CONFIG PATHS /opt/rocm/lib/cmake/hiprtc/ )
199
200
# The nvidia backend can be used to compile for CUDA devices.
201
# Specify the CUDA prefix in the CUDA_PREFIX variable.
0 commit comments