-
- Downloads
Fix warning about null pointer being passed to memcpy
I'd use std::copy_n(), but that's a host-only function and the function being fixed is host/device, so I replace memcpy() with a simple for loop.
parent
8d0c478c
No related branches found
No related tags found
Loading
-
mentioned in commit 77fafeb4
-
mentioned in commit 97406a63
-
mentioned in merge request !769 (merged)
Please register or sign in to comment