MatX icon indicating copy to clipboard operation
MatX copied to clipboard

conv1d memory error [BUG]

Open luitjens opened this issue 3 years ago • 0 comments

Describe the bug If you enable this line in the unit tests the unit tests will show memory errors in compute sanitizer. In particular it will try to write to element 11 when the array is only 10 in length:

https://github.com/NVIDIA/MatX/blob/main/test/00_transform/ConvCorr.cu#L106

To Reproduce Steps to reproduce the behavior: uncomment line 106 and comment line 105. build and run unit test.

luitjens avatar Aug 09 '22 14:08 luitjens