From 6202875f3ff42862dea7d5d71fb67d976e05401c Mon Sep 17 00:00:00 2001 From: Tim Shen Date: Mon, 12 Aug 2019 17:08:02 -0700 Subject: [PATCH] Internal-only change. PiperOrigin-RevId: 263036821 --- third_party/mlir/BUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/third_party/mlir/BUILD b/third_party/mlir/BUILD index c3ef6b403e0..2d7c659a3fa 100644 --- a/third_party/mlir/BUILD +++ b/third_party/mlir/BUILD @@ -1432,6 +1432,9 @@ cc_binary( ":tools/libcuda-runtime-wrappers.so", ], includes = ["include"], + # cl/262981524 introduced a regression to test/mlir-cuda-runner:gpu-to-cubin.mlir.test. + # TODO(timshen): Remove the following workaround. + linkopts = ["-Wl,-rpath,/var/google/persistent/kibbles/libcuda_running"], deps = [ ":GPUDialect", ":GPUDialectRegistration",