diff --git a/ll/init.bzl b/ll/init.bzl index ac09cd1..01548ed 100644 --- a/ll/init.bzl +++ b/ll/init.bzl @@ -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", diff --git a/third-party-overlays/rocr.BUILD.bazel b/third-party-overlays/rocr.BUILD.bazel index 6a99920..5314c61 100644 --- a/third-party-overlays/rocr.BUILD.bazel +++ b/third-party-overlays/rocr.BUILD.bazel @@ -70,6 +70,7 @@ HSA_HEADER_NAMES = [ "hsa_ext_image", "hsa_ven_amd_aqlprofile", "hsa_ven_amd_loader", + "hsa_amd_tool", ] [ @@ -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",