vtk-m2/vtkm/cont/cuda/internal
Robert Maynard c9ba80ad93 Replace uint with vtkm::Id in DeviceAdapterAlgorithmThrust
The usage of uint was causing problems with CUDA + MSVC2015 as
type was not defined. Instead we use vtkm::Id as that was the expect
type to be passed to the task
2018-05-02 09:55:56 -04:00
..
testing Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ArrayManagerExecutionCuda.cu vtk-m ArrayHandle + basic storage has an optimized PrepareForDevice method 2018-02-16 10:00:28 -05:00
ArrayManagerExecutionCuda.h vtk-m ArrayHandle + basic storage has an optimized PrepareForDevice method 2018-02-16 10:00:28 -05:00
ArrayManagerExecutionThrustDevice.h iVTK-m CUDA backend doesn't use thrust::cuda::pointer any more. 2018-02-02 08:33:17 -05:00
CMakeLists.txt Move VTK-m Cuda backend over to a grid-stride iteration pattern. 2018-04-30 17:29:26 -04:00
CudaAllocator.cu Merge branch 'master' into vtk-m-cmake_refactor 2018-03-29 22:51:26 -04:00
CudaAllocator.h Misc. typos 2018-01-30 06:51:47 -05:00
DeviceAdapterAlgorithmCuda.h Move VTK-m Cuda backend over to a grid-stride iteration pattern. 2018-04-30 17:29:26 -04:00
DeviceAdapterAlgorithmThrust.cu Move VTK-m Cuda backend over to a grid-stride iteration pattern. 2018-04-30 17:29:26 -04:00
DeviceAdapterAlgorithmThrust.h Replace uint with vtkm::Id in DeviceAdapterAlgorithmThrust 2018-05-02 09:55:56 -04:00
DeviceAdapterTagCuda.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ExecutionArrayInterfaceBasicCuda.cu Correct issues found be enabling more CUDA warnings. 2018-04-23 14:27:53 -04:00
ExecutionArrayInterfaceBasicCuda.h vtk-m ArrayHandle + basic storage has an optimized PrepareForDevice method 2018-02-16 10:00:28 -05:00
MakeThrustIterator.h Correct issues found be enabling more CUDA warnings. 2018-04-23 14:27:53 -04:00
TaskTuner.h Move VTK-m Cuda backend over to a grid-stride iteration pattern. 2018-04-30 17:29:26 -04:00
ThrustExceptionHandler.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
VirtualObjectTransferCuda.h Correct issues found be enabling more CUDA warnings. 2018-04-23 14:27:53 -04:00