[mlir] Fix #180988: Add GPUDialect and DataLayoutInterfaces to OpenACC related dependencies (#181027)
This commit is contained in:
parent
1268e7630d
commit
59238f6d76
@ -10336,6 +10336,7 @@ cc_library(
|
||||
":AtomicInterfacesIncGen",
|
||||
":BytecodeOpInterface",
|
||||
":ControlFlowInterfaces",
|
||||
":DataLayoutInterfaces",
|
||||
":GPUDialect",
|
||||
":IR",
|
||||
":LLVMDialect",
|
||||
@ -10374,6 +10375,7 @@ cc_library(
|
||||
hdrs = glob(["include/mlir/Dialect/OpenACC/Analysis/*.h"]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":GPUDialect",
|
||||
":IR",
|
||||
":OpenACCDialect",
|
||||
":OpenACCUtils",
|
||||
@ -10391,6 +10393,7 @@ cc_library(
|
||||
deps = [
|
||||
":ArithDialect",
|
||||
":ArithUtils",
|
||||
":DataLayoutInterfaces",
|
||||
":DialectUtils",
|
||||
":FunctionInterfaces",
|
||||
":IR",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user