Vladislav Zhurba
Vladislav Zhurba
https://github.com/NVIDIA/cuda-python/pull/517 added static runtime as a source build dependency. We should document how to find it. Something like - Env variable LIBRARY_PATH set to CUDA_HOME/lib64 - If you get CUDA...
Sounds like a good idea to - move the lifetime-related changes to another PR - ensure **both** driver/runtime Python layers have the lifetime management for callbacks - ensure **both** driver/runtime...
In a multi-GPU setting, right now it's not possible to memcpy directly between the two devices. A couple of checks would have to be done by cuda.core as part of...
When the Driver and Runtime bindings are generated, we redefine the types from headers: - cudaEGL.h - cudaGL.h - cudaVDPAU.h - cuda_egl_interop.h - cuda_gl_interop.h - cuda_vdpau_interop.h We do this so...
Today when building `cuda.bindings` there are two types of warnings and we should conclude on how they are to be handled. 1. dereferencing type-punned pointer will break strict-aliasing rules ```...