[Mlir-commits] [mlir] [MLIR] Add XeGPU dialect for Intel GPU (PR #78483)

Mehdi Amini llvmlistbot at llvm.org
Wed Feb 14 18:31:25 PST 2024


https://github.com/joker-eph commented:

Thanks for the patch. I don't have significant concerns with anything right now.

I would wonder if you could split this though and introduce this in a few steps?

I could imagine for example:

1) The basic dialect structure
2) Basic operations
3) The TensorDesc type and the operations interacting with it.
4) The barrier type and the operations interacting with it.


But you may see other independent blocks?

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


More information about the Mlir-commits mailing list