You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds details on how to force-update the artifacts while exporting MLIR
and IRPA files
Also, includes the individual build command for debugging the issues.
Signed-off-by: Vivek Agrawal <[email protected]>
INFO - Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
30
30
```
31
+
32
+
> [!NOTE]
33
+
> - Server command mentioned above will use the pre-compiled version of artifacts and start the server. To export the MLIR and compile the new MLIR, user can use option `--build_preference=export --force_update=True`
34
+
> - MLIR and IRPA files gets exported in `.cache` directory in user's home directory e.g. `/home/<username>/.cache/amdshark/genfiles/sdxl/`
35
+
> - VMFB gets compiled at `/home/<username>/.cache/amdshark/bin/sdxl/`
36
+
37
+
To export and compile MLIR for individual components, one can refer following commands
0 commit comments