Commit 8f57fd18 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Fixed syntax error in AtomicOperations.h

parent fe5aca83
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 )