[Mlir-commits] [mlir] [mlir][vector][xegpu] Vector to XeGPU conversion pass (PR #107419)

Kazu Hirata llvmlistbot at llvm.org
Mon Sep 23 07:09:48 PDT 2024


kazutakahirata wrote:

I'm getting a couple of errors of the form:

```
mlir/lib/Conversion/VectorToXeGPU/VectorToXeGPU.cpp:172:16: error: no member named 'MemoryScope' in namespace 'mlir::xegpu'
        xegpu::MemoryScope::Global,
        ~~~~~~~^
```

Would mind taking a look?  Thanks!

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


More information about the Mlir-commits mailing list