Internal-only change.
PiperOrigin-RevId: 263036821
This commit is contained in:
parent
8693a9eaa3
commit
6202875f3f
3
third_party/mlir/BUILD
vendored
3
third_party/mlir/BUILD
vendored
@ -1432,6 +1432,9 @@ cc_binary(
|
|||||||
":tools/libcuda-runtime-wrappers.so",
|
":tools/libcuda-runtime-wrappers.so",
|
||||||
],
|
],
|
||||||
includes = ["include"],
|
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 = [
|
deps = [
|
||||||
":GPUDialect",
|
":GPUDialect",
|
||||||
":GPUDialectRegistration",
|
":GPUDialectRegistration",
|
||||||
|
Loading…
Reference in New Issue
Block a user