vtk-m/vtkm/cont/cuda
Kenneth Moreland 05bf2e4518 Remove TestingFancyArrayHandles.h
This header file contained tests for a bunch of fancy array handles so
that they could be compiled for each device. These tests were bunched
together because they were replicated for each device implementation,
which was a hassle. However, having a bunch of tests crammed together is
problematic for a number of reasons.

The new testing no longer has a need to make a separate test for each
device. Thus, the tests for the individual devices are removed, and the
tests are split up and added to the basic vtkm_cont tests. In some
cases, individual tests already existed there as well (probably because
the developer did not see the test).
2022-07-13 11:52:11 -06:00
..
internal Add test for array and datas that are cleaned up after finalize 2022-07-01 12:36:55 -06:00
testing Remove TestingFancyArrayHandles.h 2022-07-13 11:52:11 -06:00
ChooseCudaDevice.h fix include path 2021-11-19 12:15:53 -08:00
CMakeLists.txt cmake: avoid adding testing directories if testing is disabled 2021-06-01 18:40:40 -04:00
DeviceAdapterCuda.h Implement RuntimeDeviceConfiguration 2021-06-17 17:56:38 +00:00
ErrorCuda.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00