You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Description
MKLDNN
QuantizedElemwiseMulOpShapeaccesses out of bound elements in line 64 duringquantized_elemwise_multest.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::kOutMinto the if condition, leads to errors ininfer_shape_pass.CI with updated toolchain (ie #17984) catches the bug. See #17987 for instructions to reproduce: use recent gcc and build in debug build
CC: @xinyu-intel