Skip to content

Commit

Permalink
Update workspace.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Jan 11, 2025
1 parent 31d51ed commit 4e28cbc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions third_party/xla/workspace.bzl
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
"""Loads XLA."""

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
#load("@jax//third_party/xla:workspace.bzl", "XLA_COMMIT", "XLA_SHA256")
load("@jax//third_party/xla:workspace.bzl", "XLA_COMMIT", "XLA_SHA256")
load("//:workspace.bzl", "XLA_PATCHES")

XLA_COMMIT = "88d46fe4b15fff95eae16c64f612e18b71ff49c5"
XLA_SHA256 = ""

def repo():
http_archive(
name = "xla",
Expand Down

0 comments on commit 4e28cbc

Please sign in to comment.