CUDA: Replaced use of 'uint' by 'unsigned int' in CUDA kernels.
The use of 'uint' in CUDA kernels does not work with Visual Studio 2010 (and probably other versions as well), hence this change.
Loading
Please register or sign in to comment
The use of 'uint' in CUDA kernels does not work with Visual Studio 2010 (and probably other versions as well), hence this change.