We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563331c commit c632c86Copy full SHA for c632c86
docs/development.md
@@ -173,13 +173,14 @@ cmake -GNinja -Bbuild \
173
174
###### [About MLIR debugging](https://mlir.llvm.org/getting_started/Debugging/)
175
176
-##### Options to run end-to-end tests
+##### (Optional) Flags for enabling end-to-end tests
177
178
To enable local end-to-end tests, append:
179
180
```shell
181
+ \
182
-DTORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS=ON \
- -DTORCH_MLIR_ENABLE_JIT_IR_IMPORTER=ON \
183
+ -DTORCH_MLIR_ENABLE_JIT_IR_IMPORTER=ON
184
```
185
186
- NOTE: The JIT IR importer depends on the native PyTorch extension features and defaults to `ON` if not changed.
0 commit comments