Skip to content

Commit

Permalink
🏃 ROCr-Runtime 6.1.0 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal authored Apr 29, 2024
1 parent 3b76f6c commit c5e503f
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -73,10 +73,10 @@ def _initialize_rules_ll_impl(_):
http_archive(
name = "rocr",
build_file = "@rules_ll//third-party-overlays:rocr.BUILD.bazel",
strip_prefix = "ROCR-Runtime-rocm-6.0.2",
integrity = "sha256-2M7DZm6qN0xas1UNOFAhhP0dckQEQFbJaMzrjAfuBL4=",
strip_prefix = "ROCR-Runtime-rocm-6.1.0",
integrity = "sha256-ZPaRQTFkzI/+++tcLIgYmN8Zg/jOwqkzUBIpPy0uDiY=",
urls = [
"https://github.com/ROCm/ROCR-Runtime/archive/refs/tags/rocm-6.0.2.zip",
"https://github.com/ROCm/ROCR-Runtime/archive/refs/tags/rocm-6.1.0.zip",
],
patches = [
"@rules_ll//patches:rocr-generated-files.diff",
Expand Down
2 changes: 2 additions & 0 deletions third-party-overlays/rocr.BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ HSA_HEADER_NAMES = [
"hsa_ext_image",
"hsa_ven_amd_aqlprofile",
"hsa_ven_amd_loader",
"hsa_amd_tool",
]

[
Expand Down Expand Up @@ -129,6 +130,7 @@ ll_library(
"src/libamdhsacode/amd_hsa_locks.cpp",
"src/libamdhsacode/amd_options.cpp",
"src/libamdhsacode/amd_hsa_code.cpp",
"src/libamdhsacode/amd_core_dump.cpp",
],
includes = [
"src",
Expand Down

0 comments on commit c5e503f

Please sign in to comment.