parent
1a502da708
commit
4e58724036
@ -3631,21 +3631,35 @@ gentbl_cc_library(
|
||||
deps = [":XeGPUAttrTdFiles"],
|
||||
)
|
||||
|
||||
gentbl_cc_library(
|
||||
name = "XeGPUAttrInterfaceIncGen",
|
||||
tbl_outs = {
|
||||
"include/mlir/Dialect/XeGPU/IR/XeGPUAttrInterface.h.inc": ["-gen-attr-interface-decls"],
|
||||
"include/mlir/Dialect/XeGPU/IR/XeGPUAttrInterface.cpp.inc": ["-gen-attr-interface-defs"],
|
||||
},
|
||||
tblgen = ":mlir-tblgen",
|
||||
td_file = "include/mlir/Dialect/XeGPU/IR/XeGPUAttrs.td",
|
||||
deps = [":XeGPUAttrTdFiles"],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "XeGPUDialect",
|
||||
srcs = glob(["lib/Dialect/XeGPU/IR/*.cpp"]),
|
||||
hdrs = glob(["include/mlir/Dialect/XeGPU/IR/*.h"]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":AffineUtils",
|
||||
":ArithDialect",
|
||||
":ArithUtils",
|
||||
":BytecodeOpInterface",
|
||||
":DialectUtils",
|
||||
":IR",
|
||||
":IndexDialect",
|
||||
":ShapedOpInterfaces",
|
||||
":SideEffectInterfaces",
|
||||
":VectorDialect",
|
||||
":ViewLikeInterface",
|
||||
":XeGPUAttrInterfaceIncGen",
|
||||
":XeGPUEnumsIncGen",
|
||||
":XeGPUIncGen",
|
||||
"//llvm:Support",
|
||||
|
@ -1204,11 +1204,13 @@ cc_library(
|
||||
deps = [
|
||||
"//mlir:GPUDialect",
|
||||
"//mlir:IR",
|
||||
"//mlir:IndexDialect",
|
||||
"//mlir:MemRefDialect",
|
||||
"//mlir:Pass",
|
||||
"//mlir:TransformUtils",
|
||||
"//mlir:VectorTransforms",
|
||||
"//mlir:XeGPUDialect",
|
||||
"//mlir:XeGPUTransforms",
|
||||
"//mlir:XeGPUUtils",
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user