vtk-m/vtkm/benchmarking
Robert Maynard 944bc3c0d6 Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable
The new and improved vtkm::cont::ColorTable provides a more feature complete
color table implementation that is modeled after
vtkDiscretizableColorTransferFunction. This class therefore supports different
color spaces ( rgb, lab, hsv, diverging ) and supports execution across all
device adapters.
2018-03-28 16:11:23 -04:00
..
BenchmarkArrayTransfer.cxx Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
BenchmarkCopySpeeds.cxx Suppress false positive warnings about calling host device functions. 2018-01-02 10:40:49 -05:00
BenchmarkDeviceAdapter.cxx Consistently mark variables as static const across all of vtk-m 2018-02-26 16:37:57 -05:00
Benchmarker.h Modify Benchmarker to expose samples and reduce iterations. 2017-10-18 10:42:50 -04:00
BenchmarkFieldAlgorithms.cxx Consistently mark variables as static const across all of vtk-m 2018-02-26 16:37:57 -05:00
BenchmarkRayTracing.cxx Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
BenchmarkTopologyAlgorithms.cxx Consistently mark variables as static const across all of vtk-m 2018-02-26 16:37:57 -05:00
CMakeLists.txt trying to create a benchmark for ray tracing 2017-12-20 10:25:16 -08:00