Skip to content

Commit c69d1b5

Browse files
authored
fix merge
1 parent 6bd1c80 commit c69d1b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/scripts/build_triton_wheel.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,12 @@ def build_triton(
101101

102102
triton_repo = "https://github.com/openai/triton"
103103
if device == "rocm":
104-
<<<<<<< HEAD
105104
triton_repo = "https://github.com/ROCm/triton"
106105
rocm_version = get_rocm_version() # e.g., "7.0.1"
107106
if tuple(map(int, rocm_version.split("."))) > (7, 0, 0):
108107
triton_pkg_name = "triton"
109108
else:
110109
triton_pkg_name = "pytorch-triton-rocm"
111-
=======
112-
triton_pkg_name = "pytorch-triton-rocm"
113-
triton_repo = "https://github.com/ROCm/triton"
114-
>>>>>>> Use ROCm/triton and update triton.txt
115110
elif device == "xpu":
116111
triton_pkg_name = "pytorch-triton-xpu"
117112
triton_repo = "https://github.com/intel/intel-xpu-backend-for-triton"

0 commit comments

Comments
 (0)