intel / mlir-extensions

Intel® Extension for MLIR. A staging ground for MLIR dialects and tools for Intel devices using the MLIR toolchain.
Other
121 stars 44 forks source link

[GPU] Insert-gpu-allocs pass doesn't recognize `xegpu.load/store` as load/store operations #865

Closed dchigarev closed 1 month ago

dchigarev commented 1 month ago

The pass doesn't recognize xegpu ops as load/store ones and thus doesn't propagate CPU memory to GPU kernels properly.

Possible fix