Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions compiler/pre_hook_amd-llvm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ else()
set(RUNTIMES_amdgcn-amd-amdhsa_LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON)
set(FLANG_RUNTIME_F128_MATH_LIB "libquadmath")
set(LIBOMPTARGET_BUILD_DEVICE_FORTRT ON)
#TODO: Enable when HWLOC dependency is figured out
#set(LIBOMP_USE_HWLOC ON)
set(LIBOMP_USE_HWLOC ON)
endif()
endif()
# Setting "LIBOMP_COPY_EXPORTS" to `OFF` "aids parallel builds to not interfere
Expand Down
Loading