From 8b6cb86bb450831eeda374d84f0e5552085cfa40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:05:35 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Update=20rocm-opencl-runtime=20d?= =?UTF-8?q?igest=20to=200cf1537?= 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..5e1511a5 100644 --- a/ll/init.bzl +++ b/ll/init.bzl @@ -131,10 +131,10 @@ def _initialize_rules_ll_impl(_): http_archive( name = "rocm-opencl-runtime", build_file = "@rules_ll//third-party-overlays:rocm-opencl-runtime.BUILD.bazel", - sha256 = "515c666be19fe6fc101b4bfb135c20d022a29cc6e6f55fe5453d949e39c27d3e", - strip_prefix = "ROCm-OpenCL-Runtime-a919c67b5a581852ea1773b21e1e2109ba208274", + sha256 = "0be9026b23870246c4a7325dadace7ee49015a14b4a57094260127c146777fd8", + strip_prefix = "ROCm-OpenCL-Runtime-0cf1537e2863d463c165a79a380030d23345ceaa", urls = [ - "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/a919c67b5a581852ea1773b21e1e2109ba208274.zip", + "https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime/archive/0cf1537e2863d463c165a79a380030d23345ceaa.zip", ], )