Vladislav Zhurba

Results 6 issues of 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...

documentation
P1
cuda.bindings

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...

enhancement
P0
cuda.bindings

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...

P1
feature
cuda.core

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...

enhancement
triage
cuda.bindings
breaking

triage
P0
feature
cuda.core

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 ```...

bug
triage
P2
cuda.bindings