-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Out of bounds access in req vector in MKLDNN #15992
Comments
Hey, this is the MXNet Label Bot. |
@mxnet-label-bot add [Bug, MKL] |
@mxnet-label-bot add [breaking] |
@ciyongch @wuxun-zhang please help take a look for this bug. |
Sure, I will take a look at this. |
Thanks for looking into this. With cmake we are adding range check for stl containers in debug mode which also checks in operator []. See h |
@larroy Thanks for point out this. Does the current CI enable debug mode? |
Issue fixed by #16000 |
Seems that we are not building and testing with STL range checks and MKLDNN enabled, otherwise this would be caught by CI. |
@larroy Yeah, that make sense for not catching such error in current CI. So it's better to enable this check in CI in the future, right? |
Yes indeed. |
Request vector (SetupOpExec) might have only one element. (OpExecutor)
Description
req vector access is out of bounds. I wonder why this is not catch by CI.
Environment info (Required)
Repro
The text was updated successfully, but these errors were encountered: