From f148eccdd179b6c70020bc4feeaa17ba951525d8 Mon Sep 17 00:00:00 2001 From: jbaptiste Date: Mon, 23 Sep 2024 14:21:30 +0200 Subject: [PATCH] xla: bump to support 560 cuda version --- third_party/openxla/xla.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/openxla/xla.bzl b/third_party/openxla/xla.bzl index 6ff92f2..ecb5940 100644 --- a/third_party/openxla/xla.bzl +++ b/third_party/openxla/xla.bzl @@ -5,8 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_file") # This version was chosen because it contains the gather/scatter broadcasting dims. # https://github.com/zml/xla/tree/gw/2024_09_19 # Reference commit on xla@main: https://github.com/zml/xla/commit/d391119197eab771a84c1f8a59a7f50b7da4b43d -OPENXLA_COMMIT = "754750ed6957592e646a6a21eee091711d50f9a7" -OPENXLA_SHA256 = "9f84729849642b94d158c776128c76d5c61932117cc04cfceb54fa5e72c827fe" +OPENXLA_COMMIT = "177464c630b8acd2ba9795f81c0248bdaedfb3cf" +OPENXLA_SHA256 = "48b33e15c4479c8c7421cfc5fa0c02f82af73e706c0ce7b383539cdeb55e3a41" def _xla_impl(mctx): http_file(