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 2020/04/12 20:07:12 UTC

[GitHub] [incubator-mxnet] leezu opened a new issue #18034: QuantizedElemwiseMulOpShape accesses out of bound elements

leezu opened a new issue #18034: QuantizedElemwiseMulOpShape accesses out of bound elements
URL: https://github.com/apache/incubator-mxnet/issues/18034
 
 
   ## Description
   MKLDNN `QuantizedElemwiseMulOpShape` accesses out of bound elements in line 64
   
   https://github.com/apache/incubator-mxnet/blob/ab4f7f6a7335e88034edcf61402aec170cdca5fd/src/operator/quantization/quantized_elemwise_mul.cc#L63-L65
   
   Preventing that invalid access by adding `out_attrs->size() > quantized_elemwise_mul::kOutMin` to the if condition, leads to errors in `infer_shape_pass`.
   
   CI with updated toolchain (ie #17984) catches the bug. See https://github.com/apache/incubator-mxnet/issues/17987 for instructions to reproduce: use recent gcc and build in debug build
   
   CC: @xinyu-intel 

----------------------------------------------------------------
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

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #18034: QuantizedElemwiseMulOpShape accesses out of bound elements

Posted by GitBox <gi...@apache.org>.
pengzhao-intel commented on issue #18034: QuantizedElemwiseMulOpShape accesses out of bound elements
URL: https://github.com/apache/incubator-mxnet/issues/18034#issuecomment-613836098
 
 
   cc @bgawrych

----------------------------------------------------------------
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

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #18034: QuantizedElemwiseMulOpShape accesses out of bound elements

Posted by GitBox <gi...@apache.org>.
pengzhao-intel commented on issue #18034: QuantizedElemwiseMulOpShape accesses out of bound elements
URL: https://github.com/apache/incubator-mxnet/issues/18034#issuecomment-612721232
 
 
   Thanks to reporting the issue. We will fix soon.

----------------------------------------------------------------
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

[GitHub] [incubator-mxnet] leezu commented on issue #18034: QuantizedElemwiseMulOpShape accesses out of bound elements

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18034:
URL: https://github.com/apache/incubator-mxnet/issues/18034#issuecomment-620681643


   Thanks @bgawrych 


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] leezu commented on issue #18034: QuantizedElemwiseMulOpShape accesses out of bound elements

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18034:
URL: https://github.com/apache/incubator-mxnet/issues/18034#issuecomment-620384518


   Ping @bgawrych @pengzhao-intel 
   
   Let's try to fix this and reenable the tests. Thanks for your help


----------------------------------------------------------------
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