ptrendx commented on a change in pull request #18104:
URL: https://github.com/apache/incubator-mxnet/pull/18104#discussion_r413990142
##########
File path: src/operator/fusion/fused_op.cu
##########
@@ -367,139 +400,171 @@ std::string FusedOp::GenerateCode(const
std::vector<OpReqType> &req,
code += "for (int j = 0; j < nvec; j++ ) {\n";
-
+ // first perform loads, since a var may be required in differenc places
Review comment:
'different'
----------------------------------------------------------------
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]