vtk-m2/vtkm/interop/cuda
Robert Maynard e0b6e69878 copying cpu memory to pascal managed memory now works consistently.
When copying small arrays from cpu memory to pascal memory we would
see subsequent kernels fail as the memory transfer hadn't finished.
This is a bug as each stream should act like a FIFO queue. So
for now when encountering this use case we explicitly synchronize
after the memcpy.
2018-05-16 17:56:50 -04:00
..
internal copying cpu memory to pascal managed memory now works consistently. 2018-05-16 17:56:50 -04:00
testing A thought on what CMake 3.9 would mean to VTK-m. 2017-10-27 15:29:51 -04:00
CMakeLists.txt A thought on what CMake 3.9 would mean to VTK-m. 2017-10-27 15:29:51 -04:00
SetOpenGLDevice.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00