Add async dialect dependencies to mlir-cuda-runner in preparation to land https://reviews.llvm.org/D94421.
PiperOrigin-RevId: 355208297 Change-Id: I856111b67ab2bf50a922d175b1353abe0f9b7732
This commit is contained in:
parent
cd8a31e3f7
commit
36521b5bd4
4
third_party/mlir/BUILD
vendored
4
third_party/mlir/BUILD
vendored
@ -2081,6 +2081,7 @@ cc_library(
|
||||
hdrs = ["include/mlir/Conversion/GPUCommon/GPUCommonPass.h"],
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":AsyncToLLVM",
|
||||
":ConversionPassIncGen",
|
||||
":GPUDialect",
|
||||
":IR",
|
||||
@ -3969,6 +3970,9 @@ cc_binary(
|
||||
srcs = ["tools/mlir-cuda-runner/mlir-cuda-runner.cpp"],
|
||||
deps = [
|
||||
":AllPassesAndDialectsNoRegistration",
|
||||
":Async",
|
||||
":AsyncToLLVM",
|
||||
":AsyncTransforms",
|
||||
":ExecutionEngineUtils",
|
||||
":GPUDialect",
|
||||
":GPUToGPURuntimeTransforms",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user