Skip to content

Commit b3abd56

Browse files
authored
[docs] Separate context and notes for CMake end-to-end tests (#4118)
1 parent 388924c commit b3abd56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/development.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,15 @@ Be aware that the installed version of LLVM needs in general to match the commit
184184

185185
##### Options to run end-to-end tests
186186

187-
Running the end-to-end execution tests locally requires enabling the native PyTorch extension features and the JIT IR importer, which depends on the
188-
former and defaults to `ON` if not changed:
187+
To enable local end-to-end tests, append:
188+
189189
```shell
190190
-DTORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS=ON \
191191
-DTORCH_MLIR_ENABLE_JIT_IR_IMPORTER=ON \
192192
```
193193

194+
- NOTE: The JIT IR importer depends on the native PyTorch extension features and defaults to `ON` if not changed.
195+
194196
#### Initiate Build
195197

196198
1. [Configure the build](#configure-for-building) if you haven't already done so.

0 commit comments

Comments
 (0)