vtk-m/vtkm/cont/testing
David C. Lonie 17b2dd66c5 Add ArrayHandleDiscard for unused outputs.
ArrayHandleDiscard is intended to be used for worklets that produce
multiple output arrays when one or more outputs is not needed. It
does not allocate space for its data and the Set method is a no-op,
allowing the compiler to prune unnecessary instructions.
Reading from the array handle is not allowed.
2017-02-07 15:55:33 -05:00
..
CMakeLists.txt Add ArrayHandleDiscard for unused outputs. 2017-02-07 15:55:33 -05:00
ExplicitTestData.h Add tests for DataSetBuilderExplicit. 2016-01-05 16:28:57 -05:00
MakeTestDataSet.h Merge branch 'contour-tree' into 'master' 2017-01-17 17:00:54 -05:00
Testing.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TestingArrayHandles.h Fix ArrayHandleZip::PrepareForInPlace 2017-01-17 15:33:18 -07:00
TestingComputeRange.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TestingDataSetExplicit.h CellSetExplicit Reverse Connectivity is abit more efficient. 2016-11-29 14:17:02 -05:00
TestingDataSetSingleType.h Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TestingDeviceAdapter.h Merge branch 'gcc6_warnings' into 'master' 2017-01-11 15:37:30 -05:00
TestingFancyArrayHandles.h Add ArrayHandleDiscard for unused outputs. 2017-02-07 15:55:33 -05:00
UnitTestArrayHandleCartesianProduct.cxx Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
UnitTestArrayHandleCompositeVector.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestArrayHandleConcatenate.cxx fix a warning 2016-08-17 09:14:29 -07:00
UnitTestArrayHandleCounting.cxx Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
UnitTestArrayHandleDiscard.cxx Add ArrayHandleDiscard for unused outputs. 2017-02-07 15:55:33 -05:00
UnitTestArrayHandleImplicit.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestArrayHandleIndex.cxx Add ArrayHandleIndex class. 2015-09-14 22:11:09 -06:00
UnitTestArrayHandlePermutation.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestArrayHandleTransform.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestArrayHandleUniformPointCoordinates.cxx Update ArrayPortalUniformPointCoordinates 2015-08-25 14:27:01 -06:00
UnitTestArrayPortalToIterators.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestContTesting.cxx Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
UnitTestDataSetBuilderExplicit.cxx In DynamicCellSet, expose CellSet API. 2016-08-02 13:39:25 -04:00
UnitTestDataSetBuilderRectilinear.cxx Merge branch 'master' of gitlab.kitware.com:vtk/vtk-m 2016-10-12 14:40:32 -04:00
UnitTestDataSetBuilderUniform.cxx fix warnings. 2016-11-04 15:28:48 -04:00
UnitTestDataSetPermutation.cxx Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
UnitTestDataSetRectilinear.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestDataSetUniform.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestDynamicArrayHandle.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestDynamicCellSet.cxx Prefer vtkm::cont::CastAndCall function over the member method. 2016-08-05 15:29:39 -04:00
UnitTestRuntimeDeviceInformation.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestStorageBasic.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestStorageImplicit.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestStorageListTag.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestTimer.cxx Consistently include windows.h by making a wrapper header. 2016-11-28 09:54:37 -05:00
UnitTestTryExecute.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00