Skip to content

Commit

Permalink
⬆️ Update ROCT-Thunk-Interface to 6.1.0 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal authored Apr 28, 2024
1 parent 1110076 commit 74c50fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ll/init.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ def _initialize_rules_ll_impl(_):
http_archive(
name = "roct",
build_file = "@rules_ll//third-party-overlays:roct.BUILD.bazel",
strip_prefix = "ROCT-Thunk-Interface-rocm-5.4.3",
integrity = "sha256-DDBaV8l3csqXO8vALdpqsinHXGPKWuGePGindOoYNG8=",
strip_prefix = "ROCT-Thunk-Interface-rocm-6.1.0",
integrity = "sha256-KlnkZj87Dx8Zr0EpS4iiTVMnO2CU+eVTeqbHcaeYhU4=",
urls = [
"https://github.com/RadeonOpenCompute/ROCT-Thunk-Interface/archive/refs/tags/rocm-5.4.3.zip",
"https://github.com/ROCm/ROCT-Thunk-Interface/archive/refs/tags/rocm-6.1.0.zip",
],
patches = [
"@rules_ll//patches:roct_adjust_kfd_bin_dir.diff",
Expand Down

0 comments on commit 74c50fa

Please sign in to comment.