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/03 12:37:38 UTC

[GitHub] formath commented on issue #7233: assert size eq between shared_module.execs and context

formath commented on issue #7233: assert size eq between shared_module.execs and context
URL: https://github.com/apache/incubator-mxnet/pull/7233#issuecomment-318830099
 
 
   When binding an executor with shared one, it get a shared executor via index `i`.  If not equal, it could occur index error? So explicitly add a assert would be helpful.
   ```
   shared_exec = None if shared_group is None else shared_group.execs[i]
   ```
   Right? @piiswrong 
 
----------------------------------------------------------------
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