vtk-m/vtkm/cont/kokkos
Kenneth Moreland 726bb09108 Fix floating point exception in Kokkos sort
THe current version of sort in Kokkos does not check whether the array
is of size 0, and that messes up its bin calculation. If the size of the
array is less than 2, skip the sort since the order cannot change.
2023-01-30 09:53:57 -07:00
..
internal Fix floating point exception in Kokkos sort 2023-01-30 09:53:57 -07:00
testing Remove NUMA regions option 2023-01-30 09:53:57 -07:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
DeviceAdapterKokkos.h Remove deprecated virtual methods 2022-10-28 10:56:52 -06:00
vtkm.module CMAKE: fix vtkm devices namespaces 2022-12-26 13:40:12 -05:00