[MLIR][XeGPU] Distribute vector.step & vector.shape_cast op from wg to sg (#155443)

This PR adds patterns to distribute vector.step and vector.shape_cast op
from wg to sg and it also enables constant, broadcast and elementwise
ops to handle the slice attribute

GitOrigin-RevId: 8e17f80908abd5a22acf962584371b71dffe6d15
2 files changed
tree: 4b6547bbaa7e05d2082718f82d67861c4309f003
  1. benchmark/
  2. cmake/
  3. docs/
  4. examples/
  5. include/
  6. lib/
  7. python/
  8. test/
  9. tools/
  10. unittests/
  11. utils/
  12. .clang-format
  13. .clang-tidy
  14. CMakeLists.txt
  15. LICENSE.TXT
  16. Maintainers.md
  17. README.md
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.