Skip to content

Releases: MagmaDNN/magmadnn

MagmaDNN-v1.2

31 Jul 03:27
20820ee
Compare
Choose a tag to compare

Version 1.2 Release of MagmaDNN

Now supports --

  • oneDNN(MKLDNN) Support
    • fully connected, convolutional, and pooling layers
  • CMake Build System
  • New Examples
    • CNN
    • ResNet
    • AlexNet
    • LeNet
    • Mnist and CIFAR interactive
    • VGG16
    • Tensor Math
  • C++ Style Formatter
  • Modularized Distributed Optimizer
  • CIFAR10, CIFAR100, MNIST dataloaders
  • Cuda Stream
  • Model summary
  • Spack Package Manager Support

MagmaDNN-v1.0

10 Jul 16:00
Compare
Choose a tag to compare

The official MagmaDNN 1.0 release.

Supports all basic NN functionalities.