vtk-m2/vtkm/cont/tbb/internal
Kenneth Moreland 1eea0bee12 Use TBB task_group for radix sort
TBB 2020 introduced a new class called `task_group`. TBB 2021 removed
the old class `task` as its functionality was replaced by `task_group`.
Our parallel radix sort for TBB was implemented using `task`s, so change
it to use `task_group` (which actually cleans up the code a bit).
2021-06-10 10:39:13 -06:00
..
CMakeLists.txt Remove TBB parallel_sort patch 2021-06-10 09:18:08 -06:00
DeviceAdapterAlgorithmTBB.cxx Add ScheduleTask to performance log 2020-10-25 17:22:38 -06:00
DeviceAdapterAlgorithmTBB.h Fix unintended cast in TBB Reduce's return value 2021-03-08 14:12:20 -07:00
DeviceAdapterMemoryManagerTBB.h Replace basic ArrayHandle implementation to use Buffers 2020-06-25 14:02:26 -06:00
DeviceAdapterRuntimeDetectorTBB.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterRuntimeDetectorTBB.h conslidate the license statement 2019-04-17 10:57:13 -06:00
DeviceAdapterTagTBB.h conslidate the license statement 2019-04-17 10:57:13 -06:00
FunctorsTBB.h Remove TBB parallel_sort patch 2021-06-10 09:18:08 -06:00
ParallelSortTBB.cxx Use TBB task_group for radix sort 2021-06-10 10:39:13 -06:00
ParallelSortTBB.h Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
ParallelSortTBB.hxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
VirtualObjectTransferTBB.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00