Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • MXNet crash when built with USE_GPERFTOOLS = 1 (#8968).
  • 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).
  • Tutorial on fine-tuning an ONNX model fails when using cpu context.
  • CMake build ignores the USE_MKLDNN flag and doesn't build with MKLDNN support even with -DUSE_MKLDNN=1. To workaround the issue please see: #10801.
  • Linking the dmlc-core library fails with CMake build when building with USEwith -DUSE_OPENMP=OFF. To workaround the issue, please use the updated CMakeLists in dmlc-core unit tests directory: dmlc/dmlc-core#396. You can also workaround the issue by using make instead of cmake when building with USE_OPENMP=OFF.
     

...