Skip to content

Commit e020fff

Browse files
authored
Fix typos and some minor editing. (#629)
* Fix typos and some minor editing. * Address reviewers comments.
1 parent ad17ccb commit e020fff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# 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.
55
* 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.
6+
* Other experimental dialects: PTensor, Dist
77

88
## Requirements for building and development
99
### For build
@@ -24,7 +24,7 @@ conda activate imex-dev
2424

2525
### Setting up pre-commit
2626
```
27-
pre-commit install -f -c ./scripts/.pre-commit-config.yaml
27+
pre-commit install -f -c .pre-commit-config.yaml
2828
```
2929

3030
## Building IMEX
@@ -48,8 +48,8 @@ cmake -G Ninja -B build -S llvm \
4848
cmake --build build --target check-imex
4949
```
5050
**Note**: `-DLLVM_INSTALL_UTILS=ON` is not needed for this build since all tests
51-
will run using `FileCheck` utility is available in the build tree.
52-
External `lit` is not needed as well since all tests will run using `llvm-lit`
51+
will run using the `FileCheck` utility that is available in the build tree.
52+
An external `lit` is not needed as well, since all tests will run using `llvm-lit`
5353
in the build tree.
5454

5555
### Option 2: Build IMEX with a separately built and installed LLVM

0 commit comments

Comments
 (0)