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 241a05a commit 097a1d2Copy full SHA for 097a1d2
libc/utils/gpu/loader/CMakeLists.txt
@@ -5,7 +5,7 @@ target_include_directories(gpu_loader PUBLIC
5
${LIBC_SOURCE_DIR}/include
6
${LIBC_SOURCE_DIR}
7
${LLVM_MAIN_INCLUDE_DIR}
8
- ${LLVM_BINARY_DIR}/include)
+ ${LLVM_BINARY_DIR}/include
9
)
10
11
find_package(hsa-runtime64 QUIET 1.2.0 HINTS ${CMAKE_INSTALL_PREFIX} PATHS /opt/rocm)
0 commit comments