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