"src/sdk/vscode:/vscode.git/clone" did not exist on "5461fe7792ce43c3a7009a602c086842fe9fae64"
Load python files in the driver (#1793)
The --py output can be loaded back in the driver. This will embed the migraphx interperter so we can execute the python directly. There is a migraphx_py library which will dynamically load the version of the library for python version is available on the system.
Showing
src/py/py.cpp
0 → 100644
src/py/py_loader.cpp
0 → 100644
Please register or sign in to comment