You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/21 07:47:09 UTC

[GitHub] [incubator-mxnet] adis300 commented on issue #15303: Fix amalgamation failure.

adis300 commented on issue #15303: Fix amalgamation failure.
URL: https://github.com/apache/incubator-mxnet/pull/15303#issuecomment-504328204
 
 
   Solution to the problem:
   add. #include "src/nnvm/plan_memory.cc" to mxnet_predict0.cc
   Refactor PlanMemory -> MXPlanMemory in mxnet/src/nnvm 
   Refactor FindBestPath -> MXFindBestPath in mxnet/src/nnvm
   Refactor ColorNodeGroup -> MXColorNodeGroup in mxnet/src/nnvm 
   Refactor GetDTypeSize -> MXGetDTypeSize in mxnet/src/nnvm 
   Refactor GraphAllocator -> MXGraphAllocator in mxnet/src/nnvm 
   Refactor AllocMemory -> MXAllocMemory in mxnet/src/nnvm 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services