vtk-m2/vtkm/cont/cuda
Kenneth Moreland 55c159d6f0 Check error codes from CUDA functions
Most functions in the CUDA runtime API return an error code that must be
checked to determine whether the operation completed successfully. Most
operations in VTK-m just called the function and assumed it completed
correctly, which could lead to further errors. This change wraps most
CUDA calls in a VTKM_CUDA_CALL macro that checks the error code and
throws an exception if the call fails.
2016-12-14 10:43:44 -07:00
..
internal Check error codes from CUDA functions 2016-12-14 10:43:44 -07:00
testing Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
ArrayHandleCuda.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ChooseCudaDevice.h Check error codes from CUDA functions 2016-12-14 10:43:44 -07:00
CMakeLists.txt Fix includes for CUDA builds 2016-06-22 12:53:23 -06:00
DeviceAdapterCuda.h Workaround inclusive_scan issues in thrust 1.8.X for complex value types. 2015-11-09 17:14:30 -05:00
ErrorControlCuda.h Add ErrorControlCuda for better CUDA error checking. 2016-01-12 15:19:54 -07:00