diff --git a/ll/init.bzl b/ll/init.bzl index 54f9cc8b..09f2daa4 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 = "e559cc64003e9395368762a196753392172470a77062f826fd09f0e57f03bb11", + strip_prefix = "ROCR-Runtime-e0fadddb3175cb95ce9e9af2ebd2a205045e854e", urls = [ - "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/6fdf759273a098829dfd642fb730ea410f33b152.zip", + "https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/e0fadddb3175cb95ce9e9af2ebd2a205045e854e.zip", ], patches = [ "@rules_ll//patches:rocr-amd_trap_handler_v2.diff",