From 41bd24429db24f32cc3fc3f05b82ac092f86ab41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 19:23:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20rocm-device-libs=20dige?= =?UTF-8?q?st=20to=20f98b82e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ll/init.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ll/init.bzl b/ll/init.bzl index 9c03eda7..5535ebe4 100644 --- a/ll/init.bzl +++ b/ll/init.bzl @@ -141,10 +141,10 @@ def _initialize_rules_ll_impl(_): http_archive( name = "rocm-device-libs", build_file = "@rules_ll//third-party-overlays:rocm-device-libs.BUILD.bazel", - sha256 = "9ed12655076aef195a9fe0da62309de0792b0d98cc329d7b8e84ca16daae382c", - strip_prefix = "ROCm-Device-Libs-087bef746cd0422b0bfef2f3f713e4deb38803d1", + sha256 = "76784a7e7edbeef7368a26e7ee46cf9d7ed7d84ddc6f4f3fef9419191f18fa65", + strip_prefix = "ROCm-Device-Libs-f98b82e70fc9a95d7476c948e80f5b22aafb263a", urls = [ - "https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/087bef746cd0422b0bfef2f3f713e4deb38803d1.zip", + "https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/f98b82e70fc9a95d7476c948e80f5b22aafb263a.zip", ], )