leezu opened a new issue #19080: URL: https://github.com/apache/incubator-mxnet/issues/19080
## Description `MXEnginePush*` rely on `ContextHandle` which is not exposed as part of the C API. C API only exposes `dev_type` and `dev_id` integers. Thus `MXEnginePush*` APIs can't be used without C++ headers that require linking C++ symbols. https://github.com/apache/incubator-mxnet/blob/83797400128d41910d87e957131f29fd466f4777/include/mxnet/c_api.h#L3011-L3056 https://github.com/apache/incubator-mxnet/blob/83797400128d41910d87e957131f29fd466f4777/include/mxnet/c_api.h#L3070-L3115 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
