Loading src/TNL/Devices/Cuda_impl.h +2 −0 Original line number Diff line number Diff line Loading @@ -315,6 +315,7 @@ inline void Cuda::removeSmartPointer( Pointers::SmartPointer* pointer ) inline bool Cuda::synchronizeDevice( int deviceId ) { #ifdef HAVE_CUDA #ifdef HAVE_CUDA_UNIFIED_MEMORY return true; #else Loading @@ -325,6 +326,7 @@ inline bool Cuda::synchronizeDevice( int deviceId ) getSmartPointersSynchronizationTimer().stop(); return b; #endif #endif } inline Timer& Cuda::getSmartPointersSynchronizationTimer() Loading Loading
src/TNL/Devices/Cuda_impl.h +2 −0 Original line number Diff line number Diff line Loading @@ -315,6 +315,7 @@ inline void Cuda::removeSmartPointer( Pointers::SmartPointer* pointer ) inline bool Cuda::synchronizeDevice( int deviceId ) { #ifdef HAVE_CUDA #ifdef HAVE_CUDA_UNIFIED_MEMORY return true; #else Loading @@ -325,6 +326,7 @@ inline bool Cuda::synchronizeDevice( int deviceId ) getSmartPointersSynchronizationTimer().stop(); return b; #endif #endif } inline Timer& Cuda::getSmartPointersSynchronizationTimer() Loading