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 c35065e commit ef4fc56Copy full SHA for ef4fc56
cmake/External/oort.cmake
@@ -5,8 +5,8 @@ if(NOT __OORT_INCLUDED)
5
set(__OORT_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/oort/build")
6
set(__OORT_INSTALL_DIR "${PROJECT_SOURCE_DIR}/torch")
7
ExternalProject_Add(oort_external
8
- GIT_REPOSITORY https://github.com/ROCmSoftwarePlatform/triton.git
9
- GIT_TAG 29e1252c1ac8e6a54deb883701e553e5b201a1ba
+ GIT_REPOSITORY https://github.com/ROCm/triton.git
+ GIT_TAG 848dea1a1aeb0fb1060d0232861323256f40881b
10
SOURCE_DIR ${__OORT_SOURCE_DIR}
11
SOURCE_SUBDIR mathaot
12
BINARY_DIR ${__OORT_BUILD_DIR}
0 commit comments