Skip to content

Commit c1f0431

Browse files
Update kernels readme (#10072)
Differential Revision: D72796889 Co-authored-by: Manuel Candales <[email protected]>
1 parent a4e4687 commit c1f0431

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernels/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,11 @@ Once you have your operator and corresponding tests in place, we can try it out.
351351
cmake . \
352352
-DCMAKE_INSTALL_PREFIX=cmake-out \
353353
-DEXECUTORCH_USE_CPP_CODE_COVERAGE=ON \
354+
-DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON \
354355
-DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON \
355356
-DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON \
356357
-DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON \
358+
-DEXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR=ON \
357359
-DEXECUTORCH_BUILD_EXTENSION_MODULE=ON \
358360
-DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON \
359361
-DEXECUTORCH_BUILD_EXTENSION_TENSOR=ON \
@@ -369,6 +371,7 @@ cmake --build cmake-out -j9 --target install
369371
```
370372
./cmake-out/kernels/test/portable_kernels_test
371373
./cmake-out/kernels/test/optimized_kernels_test
374+
./cmake-out/kernels/test/quantized_kernels_test
372375
```
373376

374377
#### Implementation restrictions

0 commit comments

Comments
 (0)