Skip to content

Commit

Permalink
Update LLVM version to llvm/llvm-project@0954dc3
Browse files Browse the repository at this point in the history
  • Loading branch information
chsigg committed Sep 12, 2023
1 parent 3b5b50c commit 3c107a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm-hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
34a35a8b244243f5a4ad5d531007bccfeaa0b02e
0954dc3fb9214b994623f5306473de075f8e3593
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_llvm_package_info():
use_assert_enabled_llvm = check_env_flag("TRITON_USE_ASSERT_ENABLED_LLVM", "False")
release_suffix = "assert" if use_assert_enabled_llvm else "release"
name = f'llvm+mlir-17.0.0-{arch}-{system_suffix}-{release_suffix}'
version = "llvm-17.0.0-c5dede880d17"
version = "llvm-17.0.0-0954dc3fb921"
url = f"https://github.com/ptillet/triton-llvm-releases/releases/download/{version}/{name}.tar.xz"
# FIXME: remove the following once github.com/ptillet/triton-llvm-releases has arm64 llvm releases
if arch == 'arm64' and 'linux' in system_suffix:
Expand Down

0 comments on commit 3c107a0

Please sign in to comment.