You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/14 08:44:16 UTC

[GitHub] chenzhuo8804 opened a new issue #7451: Not appending to end of linked list correctly?

chenzhuo8804 opened a new issue #7451: Not appending to end of linked list correctly?
URL: https://github.com/apache/incubator-mxnet/issues/7451
 
 
   Hi I am reading money's source code and am confused in following block
   line 64 - 67 in threaded_engine.cc
   head_->next = new_var_block;
   head_->trigger = opr_block;
   head_ = new_var_block;
   
   Is this trying to append a new_var_block to head? why the last line is not head_ = head_ -> next?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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