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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
move builds of so's for customOp/subgraphProp from top level directory
Load libraries that are found as siblings next to libmxnet.so/dll. This will allow us to package external libraries into the pip wheel (ie. MKLDNN, TensorRT)
Load libraries that are specified in an environment variable like MXNET_EXT_LIBS=/path/to/libmylib.so
Apply subgraphBackend during bind when specified by an environment variable like MXNET_SUBGRAPH_BACKEND=myProp
Suggestions from the compile PR:
Enable removing params that are fully consumed by a subgraph during compilation to avoid duplication of tensor values