[Mlir-commits] [mlir] [MLIR][XeGPU] Add XeGPU scattered ops (PR #86594)

Chao Chen llvmlistbot at llvm.org
Tue Mar 26 14:13:12 PDT 2024


================
@@ -96,6 +107,16 @@ void TensorDescType::print(::mlir::AsmPrinter &printer) const {
   printer << ">";
 }
 
+TensorDescType TensorDescType::get(mlir::MLIRContext *context,
+                                   llvm::ArrayRef<int64_t> shape,
+                                   mlir::Type elementType, bool scattered,
----------------
chencha3 wrote:

Fixed it. 

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


More information about the Mlir-commits mailing list