clarified comment
This commit is contained in:
Родитель
fc2e6c2427
Коммит
6eaacc7a98
|
@ -42,7 +42,7 @@
|
|||
|
||||
#define IDX2C(i, j, ld) (((j) * (ld)) + (i)) // 0 based indexing
|
||||
|
||||
// CUDA atomicAdd() only exists for 'float'. This is the 'double' version.
|
||||
// On older GPUs, CUDA atomicAdd() only exists for 'float'. This is the 'double' version.
|
||||
#if defined(__CUDA_ARCH__) && __CUDA_ARCH__ < 600
|
||||
static __inline__ __device__ double atomicAdd(double* address, double val)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче