File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ cmake -B ./build/mlir-tensorrt -S . -G Ninja \
61
61
-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
62
62
-DMLIR_TRT_USE_LINKER=lld \
63
63
-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 \
65
65
-DCMAKE_PLATFORM_NO_VERSIONED_SONAME=ON
66
66
ninja -C build/mlir-tensorrt all
67
67
ninja -C build/mlir-tensorrt check-mlir-executor
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ To sign off on a commit you simply use the --signoff (or -s) option when committ
66
66
git commit -m " <commit message>" -s
67
67
` ` `
68
68
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:
70
70
71
71
> Developer Certificate of Origin
72
72
> Version 1.1
You can’t perform that action at this time.
0 commit comments