vtk-m/vtkm/cont/tbb
Kenneth Moreland 163d591795 Add DEVICE_SOURCES to vtkm_unit_tests
The `vtkm_unit_tests` function in the CMake build now allows you to specify
which files need to be compiled with a device compiler using the
`DEVICE_SOURCES` argument. Previously, the only way to specify that unit
tests needed to be compiled with a device compiler was to use the
`ALL_BACKENDS` argument, which would automatically compile everything with
the device compiler as well as test the code on all backends.
`ALL_BACKENDS` is still supported, but it no longer changes the sources to
be compiled with the device compiler.
2022-07-08 06:28:51 -06:00
..
internal CI: add ubuntu2004 with tbb 2020 build 2021-09-28 19:46:11 +00:00
testing Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00
CMakeLists.txt cmake: avoid adding testing directories if testing is disabled 2021-06-01 18:40:40 -04:00
DeviceAdapterTBB.h Implement RuntimeDeviceConfiguration 2021-06-17 17:56:38 +00:00