Skip to content
Snippets Groups Projects
Verified Commit e295ae2c authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

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
1 merge request!749Fix warning about null pointer being passed to memcpy
Pipeline #1797736 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment