cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Support the (relatively) new syncmemops device flags
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,.