[Mlir-commits] [mlir] [mlir][xegpu] Improve XeGPU op verification logic for SIMT flavor and update tests. (PR #127920)

Chao Chen llvmlistbot at llvm.org
Thu Feb 20 08:35:24 PST 2025


================
@@ -8,8 +8,12 @@
 
 #include "mlir/Dialect/XeGPU/IR/XeGPU.h"
 #include "mlir/IR/Builders.h"
+#include "mlir/IR/BuiltinTypes.h"
 #include "mlir/IR/DialectImplementation.h"
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/TypeSwitch.h"
+#include "llvm/Support/Casting.h"
+#include "llvm/Support/LogicalResult.h"
 
----------------
chencha3 wrote:

Why introduce these headers? 

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


More information about the Mlir-commits mailing list