File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- 96316ce50fade7e209553aba4898cd9b82aab83b
1
+ ef7e8700dc92c62a5c4128d2cf750e300fa3f441
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ elif [ -n "${TRITON_CPU}" ]; then
19
19
TRITON_REPO=" https://github.com/triton-lang/triton-cpu"
20
20
TRITON_TEXT_FILE=" triton-cpu"
21
21
else
22
- TRITON_REPO=" https://github.com/triton-lang /triton"
22
+ TRITON_REPO=" https://github.com/ROCm /triton"
23
23
TRITON_TEXT_FILE=" triton"
24
24
fi
25
25
Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ def build_triton(
98
98
triton_repo = "https://github.com/openai/triton"
99
99
if device == "rocm" :
100
100
triton_pkg_name = "pytorch-triton-rocm"
101
+ triton_repo = "https://github.com/ROCm/triton"
101
102
elif device == "xpu" :
102
103
triton_pkg_name = "pytorch-triton-xpu"
103
104
triton_repo = "https://github.com/intel/intel-xpu-backend-for-triton"
You can’t perform that action at this time.
0 commit comments