lilongyue commented on issue #17874: Build Error
URL: 
https://github.com/apache/incubator-mxnet/issues/17874#issuecomment-609425157
 
 
   @guanxinq @leezu @apeforest @ry 
   i checked the code , and i simply change this line  in the file :
   'incubator-mxnet/include/dmlc/concurrentqueue.h'
   from :
   parent->add_block_to_free_list(block);
   to:
   (*parent).add_block_to_free_list(block);
   
   then all things find build success!
   
      

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to