NVIDIA / MatX

An efficient C++17 GPU numerical computing library with Python-like syntax

Home Page:https://nvidia.github.io/MatX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conv1d memory error [BUG]

luitjens opened this issue · 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.