File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- bfeb066872bc1e8b2d2bc0a3b295b99dd77206e7
1+ 5e5685356b9fc7b5ad9cdf4e510a1994a5b8601a
Original file line number Diff line number Diff 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"
2323else
24- TRITON_REPO=" https://github.com/triton-lang /triton"
24+ TRITON_REPO=" https://github.com/ROCm /triton"
2525 TRITON_TEXT_FILE=" triton"
2626fi
2727
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments