Skip to content

Commit 0be82c5

Browse files
1 parent 2125a7e commit 0be82c5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.ci/docker/ci_commit_pins/triton.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
96316ce50fade7e209553aba4898cd9b82aab83b
1+
ef7e8700dc92c62a5c4128d2cf750e300fa3f441

.ci/docker/common/install_triton.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ elif [ -n "${TRITON_CPU}" ]; then
1919
TRITON_REPO="https://github.com/triton-lang/triton-cpu"
2020
TRITON_TEXT_FILE="triton-cpu"
2121
else
22-
TRITON_REPO="https://github.com/triton-lang/triton"
22+
TRITON_REPO="https://github.com/ROCm/triton"
2323
TRITON_TEXT_FILE="triton"
2424
fi
2525

.github/scripts/build_triton_wheel.py

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def build_triton(
9898
triton_repo = "https://github.com/openai/triton"
9999
if device == "rocm":
100100
triton_pkg_name = "pytorch-triton-rocm"
101+
triton_repo = "https://github.com/ROCm/triton"
101102
elif device == "xpu":
102103
triton_pkg_name = "pytorch-triton-xpu"
103104
triton_repo = "https://github.com/intel/intel-xpu-backend-for-triton"

0 commit comments

Comments
 (0)