vtk-m/vtkm/cont/cuda
Kenneth Moreland d15074153d Remove comments about textures from ArrayManagerExecutionThrustDevice
Per a discussion with Robert Maynard, we no longer have plans to bind
textures or use texture objects. Instead, we are now using the __ldg
command to load from global memory inside the execution portal, which
gives us most of the benefits of textures, but doesn't incur any
bookkeeping.
2015-05-04 14:18:00 -06:00
..
internal Remove comments about textures from ArrayManagerExecutionThrustDevice 2015-05-04 14:18:00 -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