Zero-initialize all fields of Memcpy*D
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.
Loading
Please register or sign in to comment