-
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.
2682e650Bruce 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.
Loading