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

Mehdi Amini llvmlistbot at llvm.org
Mon Mar 25 16:10:13 PDT 2024


================
@@ -38,6 +41,38 @@ static std::string makeString(T array, bool breakline = false) {
   return buf;
 }
 
+static std::vector<int64_t> getShapeOf(Type type) {
----------------
joker-eph wrote:

```suggestion
static SmallVector<int64_t> getShapeOf(Type type) {
```

(`SmallVector` is the usual default)

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


More information about the Mlir-commits mailing list