From c224adc6cfc00fb0ae6a1f48803ee3689a624eed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 21:55:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20rocm-device-libs=20dige?= =?UTF-8?q?st=20to=20677c6bd?= 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 4e31326f..056a4d65 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 = "c4b8bbeb208aa9d914fa4a40cf1b76e2752fd300c79fe897d84a16a4e1d51ba9", - strip_prefix = "ROCm-Device-Libs-7fff8d33f591a24489222ee37560b0021f202316", + sha256 = "4e33eecdf7769e5bff2bb0fa3552d0a6a2dc15e8377658e98adeb4dbc1b433cd", + strip_prefix = "ROCm-Device-Libs-677c6bda85223a9ca20578156087e387c0cbd37f", urls = [ - "https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/7fff8d33f591a24489222ee37560b0021f202316.zip", + "https://github.com/RadeonOpenCompute/ROCm-Device-Libs/archive/677c6bda85223a9ca20578156087e387c0cbd37f.zip", ], )