Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,15 @@ Be aware that the installed version of LLVM needs in general to match the commit

##### Options to run end-to-end tests

Running the end-to-end execution tests locally requires enabling the native PyTorch extension features and the JIT IR importer, which depends on the
former and defaults to `ON` if not changed:
To enable local end-to-end tests, append:

```shell
-DTORCH_MLIR_ENABLE_PYTORCH_EXTENSIONS=ON \
-DTORCH_MLIR_ENABLE_JIT_IR_IMPORTER=ON \
```

- NOTE: The JIT IR importer depends on the native PyTorch extension features and defaults to `ON` if not changed.

#### Initiate Build

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