Skip to content
Snippets Groups Projects
Commit 8f57fd18 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Fixed syntax error in AtomicOperations.h

parent fe5aca83
No related branches found
No related tags found
1 merge request!48Segments
......@@ -69,11 +69,10 @@ struct AtomicOperations< Devices::Cuda >
#else // __CUDA_ARCH__ < 600
atomicAdd( &v, a );
#endif //__CUDA_ARCH__ < 600
}
#else // HAVE_CUDA
static void add( double& v, const double& a ){}
#endif // HAVE_CUDA
}
__cuda_callable__
static void add( long int& v, const long int& a )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment