-
Bruce Merry authored
Some fields were left uninitialized, which doesn't seem very Pythonic. The CUDA_MEMCPY3D structure is now value-initialized, which ensures all its members are zero.
Bruce Merry authoredSome fields were left uninitialized, which doesn't seem very Pythonic. The CUDA_MEMCPY3D structure is now value-initialized, which ensures all its members are zero.