From 3245c2f87e4347347542f3f8181d2024ced68287 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Tue, 19 May 2020 09:44:36 -0700 Subject: [PATCH] Integrate LLVM at https://github.com/llvm/llvm-project/commit/2e499eee5884 PiperOrigin-RevId: 312297705 Change-Id: I0487894138d9a80b9e0d288808bedd7fc9ba6780 --- third_party/mlir/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/mlir/BUILD b/third_party/mlir/BUILD index 1ad94212dcd..5ebcbb6e3d2 100644 --- a/third_party/mlir/BUILD +++ b/third_party/mlir/BUILD @@ -2680,6 +2680,7 @@ cc_binary( srcs = ["tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp"], linkshared = True, deps = [ + ":mlir_c_runner_utils", "//third_party/gpus/cuda:cuda_headers", "//third_party/gpus/cuda:cuda_runtime", "//third_party/gpus/cuda:libcuda",