mirror of
https://github.com/tensorflow/tensorflow.git
synced 2024-11-21 21:05:19 +00:00
Integrate LLVM at llvm/llvm-project@b03a747fc0
Updates LLVM usage to match [b03a747fc0fc](https://github.com/llvm/llvm-project/commit/b03a747fc0fc) PiperOrigin-RevId: 698047676
This commit is contained in:
parent
044fb40e80
commit
82141683d0
4
third_party/llvm/workspace.bzl
vendored
4
third_party/llvm/workspace.bzl
vendored
@ -4,8 +4,8 @@ load("//third_party:repo.bzl", "tf_http_archive")
|
||||
|
||||
def repo(name):
|
||||
"""Imports LLVM."""
|
||||
LLVM_COMMIT = "6e1acdcdc1b33c8d3cccf09b8d38279eef2ba69e"
|
||||
LLVM_SHA256 = "6e6514c637a012fa88e9a584772916b6e82799b0ad5a70a0783ecc5db7aca409"
|
||||
LLVM_COMMIT = "b03a747fc0fc27ddcad3b50f2117d8150ee262f1"
|
||||
LLVM_SHA256 = "04e54670f439d664d09b91f5fecddee6c9a7198be2305584b6db5e3086835053"
|
||||
|
||||
tf_http_archive(
|
||||
name = name,
|
||||
|
25995
third_party/shardy/temporary.patch
vendored
25995
third_party/shardy/temporary.patch
vendored
File diff suppressed because it is too large
Load Diff
4
third_party/shardy/workspace.bzl
vendored
4
third_party/shardy/workspace.bzl
vendored
@ -3,8 +3,8 @@
|
||||
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
|
||||
|
||||
def repo():
|
||||
SHARDY_COMMIT = "f75bd455b4c3e8d115a322fb0fff038977fdb4d9"
|
||||
SHARDY_SHA256 = "2a7be9797113af4e14808346c5f4bae541fbba2298637989c20181fe555c8707"
|
||||
SHARDY_COMMIT = "40a9fd7a8af30f793ecd05ef8023583bb90a8f77"
|
||||
SHARDY_SHA256 = "9cc027fe57bd6741128af45c59e6bf35fd7d800ab4392858dde6cdf8b365ebaf"
|
||||
|
||||
tf_http_archive(
|
||||
name = "shardy",
|
||||
|
25995
third_party/xla/third_party/shardy/temporary.patch
vendored
25995
third_party/xla/third_party/shardy/temporary.patch
vendored
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,8 @@
|
||||
load("//third_party:repo.bzl", "tf_http_archive", "tf_mirror_urls")
|
||||
|
||||
def repo():
|
||||
SHARDY_COMMIT = "f75bd455b4c3e8d115a322fb0fff038977fdb4d9"
|
||||
SHARDY_SHA256 = "2a7be9797113af4e14808346c5f4bae541fbba2298637989c20181fe555c8707"
|
||||
SHARDY_COMMIT = "40a9fd7a8af30f793ecd05ef8023583bb90a8f77"
|
||||
SHARDY_SHA256 = "9cc027fe57bd6741128af45c59e6bf35fd7d800ab4392858dde6cdf8b365ebaf"
|
||||
|
||||
tf_http_archive(
|
||||
name = "shardy",
|
||||
|
Loading…
Reference in New Issue
Block a user