apeforest commented on a change in pull request #17677: [Large Tensor] Fix
cumsum op
URL: https://github.com/apache/incubator-mxnet/pull/17677#discussion_r385284895
##########
File path: src/operator/numpy/np_cumsum-inl.h
##########
@@ -98,11 +98,11 @@ void CumsumForwardImpl(const OpContext& ctx,
}
Stream<xpu> *s = ctx.get_stream<xpu>();
- MSHADOW_TYPE_SWITCH_WITH_BOOL(in.type_flag_, IType, {
+ MSHADOW_TYPE_SWITCH_WITH_BOOL(in.type_flag_, index_t, {
Review comment:
I think you will not need this switch macro, right?
----------------------------------------------------------------
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