Skip to content
forked from netheril96/swDNN

A deep learning library for Sunway Supercomputer

Notifications You must be signed in to change notification settings

swordencao/swDNN

 
 

Repository files navigation

###The repository contains test code for the paper -- swDNN: a Library for Efficient Deep Learning Applications on Sunway Supercomputer.

swCNNv11~14 are unitest code for forward propagation with four different loop transformations.

swCNNv21 contains a conplete conv layer implementaion with gradient updating for forward and backward propagation.

./src contains the fully-connected layer, the convolutional layer, the activation functions and the padding operations on 64 CPEs of SW26010 processors.

./test contains the test code for GO network.

./lib contains the library for blas and the support library for memory manageron 4 core groups.

2016.11.14 : support for float and double data formats

About

A deep learning library for Sunway Supercomputer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 48.0%
  • Assembly 33.9%
  • C 16.2%
  • C++ 1.1%
  • Other 0.8%