vtk-m/docs
Robert Maynard d0a70946b8 Simplify the DeviceAdapterRuntimeDetectorCuda to not do a kernel launch.
The kernel launch component of the runtime device adapter is fairly
pointless. If the hardware supports CUDA we should expect that
VTK-m has the correct kernel versions.

Plus in the original version if the CUDA device was being used
and the kernel launch returns cudaErrorDevicesUnavailable it
was never possible to restore CUDA support. Now what happens
is that the runtime tracker is marked as failed, but the
calling code can always go back and trying the device again.
2019-02-04 13:27:20 -05:00
..
changelog Simplify the DeviceAdapterRuntimeDetectorCuda to not do a kernel launch. 2019-02-04 13:27:20 -05:00
CodingConventions.md Document some of the VTK-m coding style such as single line loops 2018-08-15 13:39:47 -04:00