[Mlir-commits] [mlir] [mlir][xegpu] Add definition of SliceAttr (PR #150146)

Nishant Patel llvmlistbot at llvm.org
Mon Aug 4 08:30:20 PDT 2025


================
@@ -7,6 +7,7 @@ add_mlir_dialect_library(MLIRXeGPUDialect
 
   DEPENDS
   MLIRXeGPUIncGen
+  MLIRXeGPUAttrInterfaceIncGen
   MLIRXeGPUAttrsIncGen
   MLIRXeGPUEnumsIncGen
 
----------------
nbpatel wrote:

dont you need to link MLIRIndexDialect ,MLIRAffineUtils here?

https://github.com/llvm/llvm-project/pull/150146


More information about the Mlir-commits mailing list