You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/02 22:49:44 UTC

[GitHub] [incubator-mxnet] leezu opened a new issue #19080: MXEnginePush* C APIs not usable without C++

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org