diff --git a/ll/init.bzl b/ll/init.bzl index 4e31326f..9c06b222 100644 --- a/ll/init.bzl +++ b/ll/init.bzl @@ -93,10 +93,10 @@ def _initialize_rules_ll_impl(_): http_archive( name = "rocr", build_file = "@rules_ll//third-party-overlays:rocr.BUILD.bazel", - sha256 = "eef185bb551b6b68d51adf9557b0647578963688791efca727e89a5f60da1758", - strip_prefix = "ROCR-Runtime-6fdf759273a098829dfd642fb730ea410f33b152", + sha256 = "578cf1d4748b984c8e93e22b31313e13d30a544b0dfe6494924a938635a10a45", + strip_prefix = "ROCR-Runtime-8fba806b589e213c089c4572a330e17cbc1c8f53", urls = [ - "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/6fdf759273a098829dfd642fb730ea410f33b152.zip", + "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/8fba806b589e213c089c4572a330e17cbc1c8f53.zip", ], patches = [ "@rules_ll//patches:rocr-amd_trap_handler_v2.diff",