Hi

I found that src/nnvm  and 3rdparty/tvm/nnvm/src/pass/  has duplicated
code that we are linking in:

./CMakeFiles/mxnet_static.dir/3rdparty/tvm/nnvm/src/pass/gradient.cc.o
./CMakeFiles/mxnet_static.dir/src/nnvm/gradient.cc.o

This can potentially cause problems when linking. The symbol that will
be used is left as an exercise to the readers.

Is this intentional?  Should we address this?

Pedro.

Reply via email to