Skip to content

Enable runtime detection of cuda

Adding vtkm::cont::RuntimeDeviceInformation.

The RuntimeDeviceInformation class allows developers to check if a given device is supported on a machine at runtime. This allows developers to properly check for CUDA support before running any worklets.

Merge request reports