You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/05 15:09:31 UTC

[GitHub] [incubator-mxnet] rongzha1 commented on issue #14858: add_n operator with MXNet-MKL producing wrong results when input count >4

rongzha1 commented on issue #14858: add_n operator with MXNet-MKL producing wrong results when input count >4
URL: https://github.com/apache/incubator-mxnet/issues/14858#issuecomment-489435146
 
 
   add_n output mem overlap with input mem (due to FInplaceOption), but in Forward function : ElementwiseSumContainsDnsImpl( ),  output mem was set_zero which makes input zero:     Kernel<set_zero, cpu>::Launch(s, out_data.Size(), out_data.dptr<DType>());
   
   In fact, this is not a MKLDNN Bug.
   
   @pengzhao-intel @zheng-da @TaoLv 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services