eric-haibin-lin 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_r276091196
##########
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:
Thanks for the fix! Is there any failed unit test you have at hand?
----------------------------------------------------------------
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