Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
shenyizhong
/
Misc
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7ce4dc8e
authored
Sep 07, 2017
by
shenyizhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ dragon Makefine
0 parents
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
0 deletions
dragon_makefile/Makefile
dragon_makefile/Makefile
0 → 100644
View file @
7ce4dc8
all
:
g++ src/core/
*
.cc
\
src/operators/activation/
*
.cc
\
src/operators/arithmetic/
*
.cc
\
src/operators/common/
*
.cc
\
src/operators/loss/
*
.cc
\
src/operators/mpi/
*
.cc
\
src/operators/norm/
*
.cc
\
src/operators/recurrent/
*
.cc
\
src/operators/update/
*
.cc
\
src/operators/utils/
*
.cc
\
src/operators/vision/
*
.cc
\
src/protos/
*
.cc
\
src/utils/
*
.cc
\
-Iinclude
\
-Isrc
\
-I/usr/local/protobuf/include
\
-I/usr/local/python/include/python2.7
\
-I/usr/local/cuda/include
\
-L/usr/local/protobuf/lib
\
-L/usr/local/python/lib
\
-L/usr/local/cuda/lib64
\
-lprotobuf
\
-lpython2.7
\
-lcudnn
\
-lcudart
\
-DWITH_CUDA -DWITH_CUDNN
\
-std
=
c++11
\
-fPIC -shared
\
-fpermissive
\
-o libdragon.so
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment