vtk-m/vtkm/cont/cuda
Sujin Philip 1212081de1 Support deferred freeing for CUDA memory
Calls to 'cudaFree' block execution on all cuda devices. Reduce the number of
times this happens by having a deferred free mechanism that frees a pool
of pointers together when a threshold is reached.

Especially helpful during virtual object transfers that requires a few small
allocations and frees.
2018-08-16 12:05:36 -04:00
..
internal Support deferred freeing for CUDA memory 2018-08-16 12:05:36 -04:00
testing Make sure VirtualObjectHandle tests include RuntimeDeviceTracker 2018-07-18 10:37:46 -04:00
ChooseCudaDevice.h Misc. Typos 2018-03-28 09:45:07 -04:00
CMakeLists.txt Prefer using existence of targets when looking for TBB/CUDA support 2018-01-08 14:00:57 -05:00
DeviceAdapterCuda.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ErrorCuda.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00