diff --git a/ll/init.bzl b/ll/init.bzl index 4e31326f..df79a931 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 = "4cd549a53797d4089bfb5ac80b8cd61a36c6eca1470e58dddb42a4d5390fd342", + strip_prefix = "ROCR-Runtime-201228c4fbd343cebdb6457ded7cb4d55637d60d", urls = [ - "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/6fdf759273a098829dfd642fb730ea410f33b152.zip", + "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/201228c4fbd343cebdb6457ded7cb4d55637d60d.zip", ], patches = [ "@rules_ll//patches:rocr-amd_trap_handler_v2.diff",