Skip to content

Commit a3c49a9

Browse files
author
AMD
committed
Fix conflicts and move triton ver to 3.5.0
To keep triton version consistent with what is in rocm/triton's release/internal/3.5.x branch, we need to keep triton_version.txt at 3.5.0 and move triton hash to ToT of that branch.
1 parent da5ac4a commit a3c49a9

File tree

3 files changed

+2
-24
lines changed

3 files changed

+2
-24
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
2-
ac80c4190aa0321f761a08af97e1e1eee41f01d9
3-
=======
4-
bfeb066872bc1e8b2d2bc0a3b295b99dd77206e7
5-
>>>>>>> upstream/main
1+
5df9c723de8c23508773b07fe16dd34e4c444541

.ci/docker/triton_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.0

requirements.txt

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,6 @@
55

66
# Install / Development extra requirements
77
build[uv] # for building sdist and wheel
8-
<<<<<<< HEAD
9-
expecttest==0.3.0
10-
filelock==3.18.0
11-
fsspec==2025.7.0
12-
hypothesis==5.35.1
13-
jinja2==3.1.6
14-
lintrunner==0.12.7 ; platform_machine != "s390x"
15-
networkx==2.8.8
16-
ninja==1.11.1.3
17-
numpy==2.0.2 ; python_version == "3.9"
18-
numpy==2.1.2 ; python_version > "3.9"
19-
optree==0.13.0
20-
psutil==7.0.0
21-
sympy==1.13.3
22-
typing-extensions==4.14.1
23-
wheel==0.45.1
24-
=======
258
expecttest>=0.3.0
269
filelock
2710
fsspec>=0.8.5
@@ -35,4 +18,3 @@ spin
3518
sympy>=1.13.3
3619
typing-extensions>=4.13.2
3720
wheel
38-
>>>>>>> upstream/main

0 commit comments

Comments
 (0)