Updates LLVM usage to match
[e996f1d4194b](https://github.com/llvm/llvm-project/commit/e996f1d4194b)

PiperOrigin-RevId: 352943239
Change-Id: Id1c75b94dd4e4ec32bf6e05d93f1051a05d4dfd4
This commit is contained in:
A. Unique TensorFlower 2021-01-20 21:58:11 -08:00 committed by TensorFlower Gardener
parent 4f56ac2f1b
commit 9c530d1204
2 changed files with 7 additions and 3 deletions

View File

@ -685,8 +685,8 @@ def tf_repositories(path_prefix = "", tf_repo_name = ""):
)
# Check out LLVM and MLIR from llvm-project.
LLVM_COMMIT = "96ef4f307df27f4e0946eb344bac2703017ad073"
LLVM_SHA256 = "69b6c722deed4f128318259ab8f3c511c9aea91357e52d9479e23edee78deb1a"
LLVM_COMMIT = "e996f1d4194bccf1c8ca984d695b848c0093bc23"
LLVM_SHA256 = "4bcb567a485791f4b49d39dc6901c7d179d592f5a427a22f05ea6b4c710103de"
LLVM_URLS = [
"https://storage.googleapis.com/mirror.tensorflow.org/github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),
"https://github.com/llvm/llvm-project/archive/{commit}.tar.gz".format(commit = LLVM_COMMIT),

View File

@ -3415,6 +3415,7 @@ cc_library(
includes = ["include"],
deps = [
":Affine",
":ComplexDialect",
":ConversionPassIncGen",
":GPUDialect",
":Pass",
@ -4179,7 +4180,10 @@ cc_library(
cc_binary(
name = "tools/libcuda-runtime-wrappers.so",
linkshared = True,
deps = [":tools/libcuda-runtime-wrappers"],
deps = [
":mlir_runner_utils",
":tools/libcuda-runtime-wrappers",
],
)
cc_library(