Skip to content

Commit ef4fc56

Browse files
authored
Fix SWDEV-443861 by adding /opt/rocm/lib to RUNPATH during the build process. (#1355)
Note: /opt/rocm is configurable with ROCM_PATH environment variable.
1 parent c35065e commit ef4fc56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/External/oort.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if(NOT __OORT_INCLUDED)
55
set(__OORT_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/oort/build")
66
set(__OORT_INSTALL_DIR "${PROJECT_SOURCE_DIR}/torch")
77
ExternalProject_Add(oort_external
8-
GIT_REPOSITORY https://github.com/ROCmSoftwarePlatform/triton.git
9-
GIT_TAG 29e1252c1ac8e6a54deb883701e553e5b201a1ba
8+
GIT_REPOSITORY https://github.com/ROCm/triton.git
9+
GIT_TAG 848dea1a1aeb0fb1060d0232861323256f40881b
1010
SOURCE_DIR ${__OORT_SOURCE_DIR}
1111
SOURCE_SUBDIR mathaot
1212
BINARY_DIR ${__OORT_BUILD_DIR}

0 commit comments

Comments
 (0)