eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
796 stars 80 forks source link

Support the (relatively) new syncmemops device flags #696

Open eyalroz opened 3 weeks ago

eyalroz commented 3 weeks ago

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