cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Support the (relatively) new syncmemops device flags

Open eyalroz opened this issue 11 months ago • 0 comments

Recently, NVIDIA introduced an additional device flag, cudaDeviceSyncMemops: "Device flag - Ensure synchronous memory operations on this context will synchronize" It sounds silly, but it is indeed meaningful. Let's support it,.

eyalroz avatar Oct 31 '24 15:10 eyalroz