Skip to content

Commit

Permalink
reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack committed Oct 31, 2015
1 parent 716c166 commit 971555b
Show file tree
Hide file tree
Showing 5 changed files with 31,682 additions and 6 deletions.
4 changes: 0 additions & 4 deletions amalgamation/build.sh

This file was deleted.

1 change: 1 addition & 0 deletions amalgamation/gen.sh
Expand Up @@ -9,6 +9,7 @@ g++ -MD -MF mxnet0.d -std=c++11 -Wall -I ./mxnet/ -I ./mxnet/mshadow/ -I ./mxnet
echo "Generating amalgamation to mxnet-all.cc. Use build.sh to generate mxnet-all.a"
python ./expand.py

cp mxnet.cc ../
echo "Done"


4 changes: 2 additions & 2 deletions amalgamation/mxnet-all.cc → amalgamation/mxnet.cc
Expand Up @@ -62,7 +62,7 @@
#include <utility>
#include <vector>

//===== EXPANDIND: mxnet.cc =====
//===== EXPANDIND: mxnet0.cc =====

// mexnet.cc

Expand Down Expand Up @@ -31520,6 +31520,6 @@ bool RecordIOChunkReader::NextRecord(InputSplit::Blob *out_rec) {
//===== EXPANDED: mxnet/dmlc-core/src/recordio.cc =====


//===== EXPANDED: mxnet.cc =====
//===== EXPANDED: mxnet0.cc =====


0 comments on commit 971555b

Please sign in to comment.