Skip to content

Commit

Permalink
-change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyill committed Jul 29, 2019
1 parent a7541bd commit 394ee92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/skynet/src/skynet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
#include "skynet/skyNet.h"
#include "skynet/src/snet.h"

#define SN_VERSION "1.0.3" // 02.05.2019 a.medvedev
#define SN_VERSION "1.0.4" // 29.07.2019 a.medvedev
// -add snOperatorCUDA project - everything related to CUDA ferried there
// -refactoring

//#define SN_VERSION "1.0.3" // 02.05.2019 a.medvedev
// -add snSIMD project - AVX instr for CPU faster
// -add operator 'Activation'
// -add example resnet50 with weights from TF
Expand Down

0 comments on commit 394ee92

Please sign in to comment.