vtk-m/vtkm/exec/internal/testing
Kenneth Moreland 45abbb5c75 Share from indices vector.
Previously, each VecFromPortalPermute (the type that held the from field
values) held its own copy of the indices. For point to cell on
structured grids, this was a lot of repeated data values, which has the
potential to fill up cache and registers. Instead, just use pointer
references.
2015-11-06 18:05:21 -07:00
..
CMakeLists.txt Added VecFromPortalPermute class. 2015-08-14 09:15:47 -06:00
UnitTestErrorMessageBuffer.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestVecFromPortal.cxx Fix PGI compiler issues. 2015-08-14 21:03:38 +00:00
UnitTestVecFromPortalPermute.cxx Share from indices vector. 2015-11-06 18:05:21 -07:00
UnitTestWorkletInvokeFunctor.cxx Enable output to input map in fetch mechanism. 2015-11-06 18:05:20 -07:00