Commit 973ef95
Enable pybind with mps (#8401)
Summary:
install executorch with mps
```
./install_executorch.sh --pybind mps
```
test the mps .pte file can run with
```
executorch_module = _load_for_executorch(filename)
out = executorch_module.forward(list(inputs))
print("output: ", out)
```
Reviewed By: shoumikhin
Differential Revision: D694970591 parent 89dc36c commit 973ef95
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
0 commit comments