vtk-m/vtkm/filter/density_estimate
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
..
testing Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00
worklet tidy-up language usage 2022-02-02 12:44:00 -07:00
CMakeLists.txt migrate particle density filters 2022-01-19 10:34:43 -07:00
Entropy.cxx Update use of field association enumerations 2022-03-17 11:02:37 -06:00
Entropy.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
Histogram.cxx Merge topic 'rename-field-associations' 2022-03-18 13:39:13 -04:00
Histogram.h Fix Histogram filter range for DataSet 2022-03-16 15:47:59 -06:00
NDEntropy.cxx Update use of field association enumerations 2022-03-17 11:02:37 -06:00
NDEntropy.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
NDHistogram.cxx Update use of field association enumerations 2022-03-17 11:02:37 -06:00
NDHistogram.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
ParticleDensityBase.cxx migrate particle density filters 2022-01-19 10:34:43 -07:00
ParticleDensityBase.h Change ParticleDensity interface for setting mesh parameters 2022-04-22 09:26:19 -06:00
ParticleDensityCloudInCell.cxx Change ParticleDensity interface for setting mesh parameters 2022-04-22 09:26:19 -06:00
ParticleDensityCloudInCell.h Change ParticleDensity interface for setting mesh parameters 2022-04-22 09:26:19 -06:00
ParticleDensityNearestGridPoint.cxx Change ParticleDensity interface for setting mesh parameters 2022-04-22 09:26:19 -06:00
ParticleDensityNearestGridPoint.h Change ParticleDensity interface for setting mesh parameters 2022-04-22 09:26:19 -06:00