vtk-m/benchmarking
Kenneth Moreland d879188de0 Make DispatcherBase invoke using a TryExecute
Rather than force all dispatchers to be templated on a device adapter,
instead use a TryExecute internally within the invoke to select a device
adapter.

Because this removes the need to declare a device when invoking a
worklet, this commit also removes the need to declare a device in
several other areas of the code.
2018-08-29 19:18:54 -07:00
..
BenchmarkArrayTransfer.cxx Refactor benchmarking to be outside the vtkm folder structure 2018-01-08 14:00:57 -05:00
BenchmarkCopySpeeds.cxx Prevent FPE in BenchmarkCopySpeed. 2018-05-21 14:47:01 -04:00
BenchmarkDeviceAdapter.cxx Add initial version of an OpenMP backend. 2018-05-31 16:47:48 -04:00
Benchmarker.h Catch exceptions and continue during benchmarking. 2018-08-24 13:14:13 -04:00
BenchmarkFieldAlgorithms.cxx Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
BenchmarkFilters.cxx Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
BenchmarkRayTracing.cxx Merge branch 'master' into vtk-m-cmake_refactor 2018-03-29 22:51:26 -04:00
BenchmarkTopologyAlgorithms.cxx Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
CMakeLists.txt Add filter benchmarks. 2018-08-24 13:49:46 -04:00