Skip to content

Commit 7cd8492

Browse files
authored
Make scope of IMEX clear in README.md (#631)
* Make scope of IMEX clear in README.md * Update intended device coverage.
1 parent 8649f8c commit 7cd8492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intel® Extension for MLIR
2-
Intel® Extension for MLIR (IMEX) is a collection of MLIR dialects and passes from Intel for improving upstream MLIR.
3-
Current extension covers.
2+
Intel® Extension for MLIR (IMEX) is a collection of MLIR dialects and passes from Intel for supporting MLIR lowering to Intel silicon (CPU, GPU, …). Goal of this project is to support development of MLIR enhancements for upstream contribution, and to provide a sandbox for validation independent of front end frameworks. Current project scope includes:
3+
44
* Dialects and passes needed to lower and execute MLIR entry dialect (linalg, CFG, and etc) on Intel GPU.
55
* Wrapper libraries to inteface with level zero runtime and sycl runtime supporting Intel GPU.
66
* Other experimental dialects: PTensor, Dist

0 commit comments

Comments
 (0)