You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are built-in functions in GCC to flip byte contents, e.g. __builtin_bswap64. Is there a similar function under NVCC for CUDA? If not, how do I implement this function on the device?
There are built-in functions in GCC to flip byte contents, e.g. __builtin_bswap64. Is there a similar function under NVCC for CUDA? If not, how do I implement this function on the device?