vtk-m/vtkm
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
..
cont Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00
exec Enable copying invalid variants 2022-06-30 06:24:03 -06:00
filter Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00
internal Enable copying invalid variants 2022-06-30 06:24:03 -06:00
interop renamve vector_calculus -> vector_analysis 2022-01-31 08:58:38 -07:00
io Fix bug with voxels in legacy vtk files 2022-07-06 09:37:29 -06:00
random remove ALL_BACKENDS 2022-02-09 16:15:08 -07:00
rendering Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00
source migrate AmrArray filter 2022-05-20 15:07:34 -06:00
testing Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00
thirdparty Merge branch 'upstream-loguru' into encapsulate-loguru-namespace 2022-02-17 16:03:23 -05:00
worklet Add DEVICE_SOURCES to vtkm_unit_tests 2022-07-08 06:28:51 -06:00
.gitattributes
Algorithms.h
Assert.h
Atomic.h
BinaryOperators.h
BinaryPredicates.h
Bitset.h
Bounds.h Add implementation of VecTraits for Range and Bounds 2022-01-25 10:55:35 -07:00
CellClassification.h Fix scoping of vtkm::CellClassification 2022-03-17 15:33:57 -06:00
CellShape.h
CellTraits.h
CMakeLists.txt Deprecate brigand.hpp 2022-03-08 07:25:08 -07:00
Deprecated.h
ErrorCode.h
Flags.h
Geometry.h
Geometry.hxx
Hash.h
ImplicitFunction.h
List.h minor changes based on code review 2022-05-18 05:59:07 -06:00
ListTag.h Remove brigand.hpp 2022-03-08 07:25:08 -07:00
LowerBound.h
Math.h
Math.h.in
Matrix.h
NewtonsMethod.h
Pair.h
Particle.h
Range.h Add implementation of VecTraits for Range and Bounds 2022-01-25 10:55:35 -07:00
RangeId2.h
RangeId3.h
RangeId.h
StaticAssert.h
Swap.h revert thust::swap 2022-02-08 12:18:26 -07:00
TopologyElementTag.h
Transform3D.h
Tuple.h
Tuple.h.in
TypeList.h
TypeListTag.h Deprecate brigand.hpp 2022-03-08 07:25:08 -07:00
Types.h
TypeTraits.h
UnaryPredicates.h
UpperBound.h
VecAxisAlignedPointCoordinates.h
VecFlat.h
VecFromPortal.h
VecFromPortalPermute.h
VecFromVirtPortal.h
VectorAnalysis.h
VecTraits.h Do not require VecTraits for UnknownArrayHandle components 2022-05-24 13:36:00 -06:00
VecVariable.h
Version.h.in
VirtualObjectBase.h