File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
1961981 . [ Configure the build] ( #configure-for-building ) if you haven't already done so.
You can’t perform that action at this time.
0 commit comments