Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
dlpack directory added (#6550)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roshrini authored and piiswrong committed Jun 3, 2017
1 parent 551996a commit 3959d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amalgamation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ dmlc.d: dmlc-minimum0.cc

mxnet_predict0.d: mxnet_predict0.cc nnvm.d dmlc.d
${CXX} ${CFLAGS} -M -MT mxnet_predict0.o \
-I ${MXNET_ROOT}/ -I ${MXNET_ROOT}/mshadow/ -I ${MXNET_ROOT}/dmlc-core/include \
-I ${MXNET_ROOT}/ -I ${MXNET_ROOT}/mshadow/ -I ${MXNET_ROOT}/dmlc-core/include -I ${MXNET_ROOT}/dmlc-core/src \
-I ${MXNET_ROOT}/nnvm/include \
-I ${MXNET_ROOT}/dlpack/include \
-I ${MXNET_ROOT}/include \
-D__MIN__=$(MIN) mxnet_predict0.cc > mxnet_predict0.d
cat dmlc.d >> mxnet_predict0.d
Expand Down

0 comments on commit 3959d1e

Please sign in to comment.