Skip to content

Commit 9b66254

Browse files
davidberard98olegshyshkov
authored andcommitted
For the triton 3.5 release, we want to cherry-pick a few new changes (in triton-lang/[email protected]) * f56d3448d0e7b238876fbb549dccce15ff2d9347 to fix some divide-by-zero compiler crashes * c9ba8a8430b7f2a7e3b482a7366c96ec1f6848c0 and 7d5de3033187c8a3bb4d2e322f5462cdaf49808f for supporting sm_88 and sm_110 NVIDIA architectures We'd like to land this into llvm-head to trigger the llvm build, and then we can revert the change once the build has completed to avoid any conflicts with future llvm-head work (which probably doesn't want to be on triton-lang/llvm-project for now)
1 parent a7568cf commit 9b66254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/llvm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Checkout LLVM
6666
uses: actions/checkout@v4
6767
with:
68-
repository: llvm/llvm-project
68+
repository: triton-lang/llvm-project
6969
path: llvm-project
7070
ref: ${{ env.llvm_commit_hash }}
7171

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4b5559348bb5c318f131e13bcd32630667de4cce
1+
7d5de3033187c8a3bb4d2e322f5462cdaf49808f

0 commit comments

Comments
 (0)