Quantcast
Channel: Cuda atomic operations on unsigned short - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by harrism for Cuda atomic operations on unsigned short

No, there are no CUDA atomic intrinsics for unsigned short and unsigned char data types, or any data type smaller than 32 bits.However, you could group together two shorts or four chars and perform a...

View Article



Cuda atomic operations on unsigned short

Are there some inbuilt functions in cuda for doing atomic operations on unsigned short or unsigned char?

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images