vtk-m/vtkm/cont/cuda
Robert Maynard d9fd702b1c Make detecting if we are cuda 3+ gpu running cuda 2 code faster.
The original implementing tried to run 2^31 kernels and detect a
launch failure to determine this use-case. The issue with this approach
is that on a cuda 3+ gpu, this would take multiple seconds and cause
the gpu to terminate the kernel when opengl was also loaded.
2015-07-28 17:04:24 -04:00
..
internal Make detecting if we are cuda 3+ gpu running cuda 2 code faster. 2015-07-28 17:04:24 -04:00
testing Add compute bounds to Fields 2015-07-22 12:17:33 -04:00
ChooseCudaDevice.h Make ChooseCudaDevice only consider SM3 and above equal. 2015-06-30 08:18:16 -04:00
CMakeLists.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DeviceAdapterCuda.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00