vtk-m/vtkm/worklet/internal
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
..
testing vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ClipTables.h VTK-m uses static const/constexpr when supported ( so not on cuda 7.5 ) 2018-02-26 16:41:29 -05:00
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DispatcherBase.h CUDA 7.5 doesn't like suppressing warning codes that don't exist 2018-02-26 16:37:57 -05:00
TriangulateTables.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
WorkletBase.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00