Skip to content

Commit

Permalink
🏃 ROCr-Runtime 6.0.2 (#224)
Browse files Browse the repository at this point in the history
Also bumps rocm-device-libs to 6.0.2.
  • Loading branch information
aaronmondal authored Apr 28, 2024
1 parent 0865192 commit 485e39a
Show file tree
Hide file tree
Showing 4 changed files with 846 additions and 161 deletions.
14 changes: 7 additions & 7 deletions ll/init.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ def _initialize_rules_ll_impl(_):
http_archive(
name = "rocr",
build_file = "@rules_ll//third-party-overlays:rocr.BUILD.bazel",
strip_prefix = "ROCR-Runtime-rocm-5.6.0",
integrity = "sha256-wI3YXp94ZZlSv89eTtOkIfensan+B5wOZdPdx6GOaj4=",
strip_prefix = "ROCR-Runtime-rocm-6.0.2",
integrity = "sha256-2M7DZm6qN0xas1UNOFAhhP0dckQEQFbJaMzrjAfuBL4=",
urls = [
"https://github.com/ROCm/ROCR-Runtime/archive/refs/tags/rocm-5.6.0.zip",
"https://github.com/ROCm/ROCR-Runtime/archive/refs/tags/rocm-6.0.2.zip",
],
patches = [
"@rules_ll//patches:rocr-amd_trap_handler_v2.diff",
"@rules_ll//patches:rocr-generated-files.diff",
],
patch_args = ["-p1"],
)
Expand Down Expand Up @@ -141,10 +141,10 @@ def _initialize_rules_ll_impl(_):
http_archive(
name = "rocm-device-libs",
build_file = "@rules_ll//third-party-overlays:rocm-device-libs.BUILD.bazel",
integrity = "sha256-xLi76yCKqdkU+kpAzxt24nUv0wDHn+iX2EoWpOHVG6k=",
strip_prefix = "ROCm-Device-Libs-7fff8d33f591a24489222ee37560b0021f202316",
integrity = "sha256-Q2GrctM0GQjAnWDlFeiQXVIBHWS1xtzP+k9OWtgqGMM=",
strip_prefix = "ROCm-Device-Libs-rocm-6.0.2",
urls = [
"https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/7fff8d33f591a24489222ee37560b0021f202316.zip",
"https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/refs/tags/rocm-6.0.2.zip",
],
)

Expand Down
154 changes: 0 additions & 154 deletions patches/rocr-amd_trap_handler_v2.diff

This file was deleted.

Loading

0 comments on commit 485e39a

Please sign in to comment.