gssplayer commented on a change in pull request #14560: min fix of
'storage_type' index mismatch
URL: https://github.com/apache/incubator-mxnet/pull/14560#discussion_r283128299
##########
File path: src/executor/graph_executor.cc
##########
@@ -947,8 +947,8 @@ void
GraphExecutor::InitDataEntryMemory(std::vector<NDArray>* shared_pool) {
for (uint32_t i = 0; i < idx[nid].source->num_outputs(); ++i) {
auto eid = idx.entry_id(nid, i);
data_context[eid] = vctx[nid];
- CHECK_NE(vstorage_type[nid], kUndefinedStorage);
- data_storage_type[eid] = (NDArrayStorageType) vstorage_type[nid];
Review comment:
I'am very sorry for no response on this question. I found this problem just
by reading code, and had no any test. I've no runtime enviroment at hand. And I
have to admit your CI is too complicate for me. Can anyone help to tracking
this problem?
----------------------------------------------------------------
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