MatX
MatX copied to clipboard
conv1d memory error [BUG]
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.