Skip to content
  • Robert Maynard's avatar
    CUDA's RuntimeDeviceTracker and Timer are now built as part of vtkm_cont · 571556d9
    Robert Maynard authored
    This is done to not only reduce the amount of code that users need
    to generate but to reduce the amount of errors when using
    the RuntimeDeviceTracker. If the runtime device tracker is initially
    used in a library by a c++ file it will never properly detect the
    cuda backend. By moving the code into vtkm_cont we can make sure
    this problem doesn't occur.
    571556d9