Integrate LLVM at https://github.com/llvm/llvm-project/commit/2e499eee5884
PiperOrigin-RevId: 312297705 Change-Id: I0487894138d9a80b9e0d288808bedd7fc9ba6780
This commit is contained in:
parent
60ac364796
commit
3245c2f87e
|
@ -2680,6 +2680,7 @@ cc_binary(
|
||||||
srcs = ["tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp"],
|
srcs = ["tools/mlir-cuda-runner/cuda-runtime-wrappers.cpp"],
|
||||||
linkshared = True,
|
linkshared = True,
|
||||||
deps = [
|
deps = [
|
||||||
|
":mlir_c_runner_utils",
|
||||||
"//third_party/gpus/cuda:cuda_headers",
|
"//third_party/gpus/cuda:cuda_headers",
|
||||||
"//third_party/gpus/cuda:cuda_runtime",
|
"//third_party/gpus/cuda:cuda_runtime",
|
||||||
"//third_party/gpus/cuda:libcuda",
|
"//third_party/gpus/cuda:libcuda",
|
||||||
|
|
Loading…
Reference in New Issue