Internal-only change.

PiperOrigin-RevId: 263036821
This commit is contained in:
Tim Shen 2019-08-12 17:08:02 -07:00 committed by TensorFlower Gardener
parent 8693a9eaa3
commit 6202875f3f

View File

@ -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",