cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Potential use-before-initialization in simpleIPC.cu

Open eyalroz opened this issue 1 year ago • 0 comments

We have an array in simpleIPC.cu which, if no Unified Virtual Addressing devices are present, will not have its first element initialized before that element is accessed. But it's accessed without use unless we have at least two UVA devices, so a reordering can fix the problem. Silly NVIDIA coders.

eyalroz avatar Sep 05 '24 19:09 eyalroz