piiswrong closed pull request #10690: Add known issues to Release notes URL: https://github.com/apache/incubator-mxnet/pull/10690
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/NEWS.md b/NEWS.md index ed680ac37b4..f49228cbd25 100644 --- a/NEWS.md +++ b/NEWS.md @@ -122,6 +122,8 @@ MXNet Change Log ### Known Issues - MXNet crash when built with `USE_GPERFTOOLS = 1` (#8968). - [DevGuide.md](https://github.com/google/googletest/blob/ec44c6c1675c25b9827aacd08c02433cccde7780/googlemock/docs/DevGuide.md) in the 3rdparty submodule googletest licensed under CC-BY-2.5. +- Incompatibility in the behavior of MXNet Convolution operator for certain unsupported use cases: Raises an exception when MKLDNN is enabled, fails silently when it is not. +- MXNet convolution generates wrong results for 1-element strides (#10689). For more information and examples, see [full release notes](https://cwiki.apache.org/confluence/display/MXNET/%5BWIP%5D+Apache+MXNet+%28incubating%29+1.2.0+Release+Notes) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
