You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Intel® Extension for MLIR
2
-
Intel® Extension for MLIR (IMEX) is collection of MLIR dialects and passes from Intel for improving upstream MLIR.
3
-
Current extensions covers.
4
-
* Dialects and passes needed to lower and execute Linalg dialect on Intel GPU.
2
+
Intel® Extension for MLIR (IMEX) is a collection of MLIR dialects and passes from Intel for improving upstream MLIR.
3
+
Current extension covers.
4
+
* Dialects and passes needed to lower and execute MLIR entry dialect (linalg, CFG, and etc) on Intel GPU.
5
5
* Wrapper libraries to inteface with level zero runtime and sycl runtime supporting Intel GPU.
6
-
*PTensor: A high-level dialect for tensors and (numpy-like) tensor-operations allowing passes to create parallelism for GPU, OpenMP but also distributed memory while following the compute-follows-data concept.
0 commit comments