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 13d5408 commit d31e63cCopy full SHA for d31e63c
unified-runtime/source/adapters/offload/CMakeLists.txt
@@ -45,7 +45,7 @@ if (UR_OFFLOAD_INSTALL_DIR STREQUAL "" OR UR_OFFLOAD_INCLUDE_DIR STREQUAL "")
45
INSTALL_COMMAND ""
46
UPDATE_COMMAND ""
47
)
48
- # Build OpenMP runtime (required dependency for offlload's libomptarget) from the cloned source
+ # Build OpenMP runtime (required dependency for offload's libomptarget) from the cloned source
49
ExternalProject_Add(openmp_ext
50
# DeviceRTL uses -fuse-ld=lld, so add lld to the dependencies.
51
DEPENDS llvm_project_src llvm-tblgen LLVMSupport clang lld
0 commit comments