vtk-m/vtkm/exec/testing
Robert Maynard 601a839d5d VTK-m uses static const/constexpr when supported ( so not on cuda 7.5 )
These changes now allow VTK-m to compile on CUDA 7.5 by using const arrays,
when compiling with CUDA 8+ support we upgrade to static const arrays, and
lastly when CUDA is disabled we fully elevate to static constexpr.
2018-02-26 16:41:29 -05:00
..
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestCellDerivative.cxx Misc. typos 2018-01-30 06:51:47 -05:00
UnitTestCellEdgeFace.cxx VTK-m uses static const/constexpr when supported ( so not on cuda 7.5 ) 2018-02-26 16:41:29 -05:00
UnitTestCellInterpolate.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestParametricCoordinates.cxx Update Newton's Method to return solution status 2017-10-10 14:01:41 -04:00