vtk-m2/vtkm/cont/cuda
Kenneth Moreland e14fc427f0 Change storage references to storage pointers.
Previously ArrayTransfer and ArrayManagerExecution received a reference
to a Storage class in their constructor and held the reference as an
ivar. In retrospect, this is just asking for trouble. First, it is way
too easy to pass by value when you mean to pass by reference. Second, if
there ever is a bug where the Storage goes out of scope before the
classes holding a reference, it is that much harder to debug.
2015-04-30 21:29:58 -06:00
..
internal Change storage references to storage pointers. 2015-04-30 21:29:58 -06:00
testing Change interface of ArrayTransfer to be more like ArrayHandle. 2015-04-30 21:07:36 -06:00
ChooseCudaDevice.h Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00
CMakeLists.txt Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00
DeviceAdapterCuda.h Adding a cuda device adapter to vtkm. 2014-12-19 13:47:28 -05:00