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