vtk-m/vtkm/cont/kokkos/internal
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
..
CMakeLists.txt CMAKE: fix vtkm devices namespaces 2022-12-26 13:40:12 -05:00
DeviceAdapterAlgorithmKokkos.cxx Don't require CUDA_LAUNCH_BLOCKING 2020-11-30 13:12:39 -05:00
DeviceAdapterAlgorithmKokkos.h Fix floating point exception in Kokkos sort 2023-01-30 09:53:57 -07:00
DeviceAdapterMemoryManagerKokkos.cxx use kokkos allocate whn oldSize is zero 2022-03-31 14:38:03 -04:00
DeviceAdapterMemoryManagerKokkos.h Add Kokkos backend 2020-08-12 13:55:24 -04:00
DeviceAdapterRuntimeDetectorKokkos.cxx Add Kokkos backend 2020-08-12 13:55:24 -04:00
DeviceAdapterRuntimeDetectorKokkos.h Add Kokkos backend 2020-08-12 13:55:24 -04:00
DeviceAdapterTagKokkos.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
KokkosAlloc.cxx Add test for array and datas that are cleaned up after finalize 2022-07-01 12:36:55 -06:00
KokkosAlloc.h Don't require CUDA_LAUNCH_BLOCKING 2020-11-30 13:12:39 -05:00
KokkosTypes.cxx Don't require CUDA_LAUNCH_BLOCKING 2020-11-30 13:12:39 -05:00
KokkosTypes.h Don't require CUDA_LAUNCH_BLOCKING 2020-11-30 13:12:39 -05:00
RuntimeDeviceConfigurationKokkos.h Remove NUMA regions option 2023-01-30 09:53:57 -07:00