Skip to content

Commit 78c49d6

Browse files
jithunnair-amdjeffdaily
authored andcommitted
Use ROCm/triton and update triton.txt
(cherry picked from commit 3d102a0)
1 parent 37029dc commit 78c49d6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bfeb066872bc1e8b2d2bc0a3b295b99dd77206e7
1+
5e5685356b9fc7b5ad9cdf4e510a1994a5b8601a

.ci/docker/common/install_triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ elif [ -n "${TRITON_CPU}" ]; then
2121
TRITON_REPO="https://github.com/triton-lang/triton-cpu"
2222
TRITON_TEXT_FILE="triton-cpu"
2323
else
24-
TRITON_REPO="https://github.com/triton-lang/triton"
24+
TRITON_REPO="https://github.com/ROCm/triton"
2525
TRITON_TEXT_FILE="triton"
2626
fi
2727

.github/scripts/build_triton_wheel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def build_triton(
102102
triton_repo = "https://github.com/openai/triton"
103103
if device == "rocm":
104104
triton_pkg_name = "pytorch-triton-rocm"
105+
triton_repo = "https://github.com/ROCm/triton"
105106
elif device == "xpu":
106107
triton_pkg_name = "pytorch-triton-xpu"
107108
triton_repo = "https://github.com/intel/intel-xpu-backend-for-triton"

0 commit comments

Comments
 (0)