Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update D bindings to MXNet version 1.3.1 #114

Open
wants to merge 5 commits into
base: v0.x.x
Choose a base branch
from

Conversation

jens-mueller-sociomantic
Copy link
Contributor

This updates the D bindings to MXNet version 1.3.1. The update is done version
by version to be able to see the changes for each version.

This change updates the generated D bindings for the MXNet C interface.
The old bindings were generated from MXNet v1.1.0. This update provides
the changes for MXNet 1.2.0. The changes backward compatible except for
the changes for the profiling functions `MXSetProfilerConfig` and
`MXDumpProfile`. The dmxnet itself does not make use of these functions
but downstream may.
The bindings are the same as for MXNet version 1.2.0. Only the
documentation is updated to reflect that the bindings were generated
from MXNet 1.2.1.
The bindings are updated to match MXNet 1.3.0. The changes backward
compatible except for the changes for the functions `MXNDArrayReshape64`
and `MXQuantizeSymbol`. Any code using these function needs to be
updated. The dmxnet itself does not make use of these functions but
downstream may.
The bindings are updated to match MXNet 1.3.1. The changes should be
backward compatible as only the function `MXGetGPUMemoryInformation64`
is added to the API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant