Skip to content

Commit 7bb3562

Browse files
authored
Fix MLIR_DIR path in README.md (#11)
* Fix MLIR_DIR path in README.md * Fix a typo in CONTRIBUTING.md
1 parent d61e1e4 commit 7bb3562

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlir-tensorrt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cmake -B ./build/mlir-tensorrt -S . -G Ninja \
6161
-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
6262
-DMLIR_TRT_USE_LINKER=lld \
6363
-DMLIR_TRT_PACKAGE_CACHE_DIR=${PWD}/.cache.cpm \
64-
-DMLIR_DIR=build/llvm-project/lib/cmake/mlir \
64+
-DMLIR_DIR=build/llvm/lib/cmake/mlir \
6565
-DCMAKE_PLATFORM_NO_VERSIONED_SONAME=ON
6666
ninja -C build/mlir-tensorrt all
6767
ninja -C build/mlir-tensorrt check-mlir-executor

tripy/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To sign off on a commit you simply use the --signoff (or -s) option when committ
6666
git commit -m "<commit message>" -s
6767
```
6868

69-
Please make sure any contributions you make satisfy the developer ceritifcate of origin:
69+
Please make sure any contributions you make satisfy the developer certificate of origin:
7070

7171
> Developer Certificate of Origin
7272
> Version 1.1

0 commit comments

Comments
 (0)