vtk-m/vtkm/worklet/internal
Kenneth Moreland 4725288224 Fix the size of Mask and ScatterPermutation arrays
While adding checks to the size of implicit arrays, it was discovered
that some of the Mask and ScatterPermutation arrays were constructed
with the wrong sizes during dispatch. In particular, these arrays were
supposed to be sized on the output, but were instead sized on the input.
They went unnoticed because they were using implicit arrays that worked
even if the array access went out of bounds.
2023-04-12 14:37:26 -06:00
..
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
DispatcherBase.h Fix the size of Mask and ScatterPermutation arrays 2023-04-12 14:37:26 -06:00
MaskBase.h Make Tuple class 2020-03-16 17:12:16 -06:00
Placeholders.h Move from tao::tuple to vtkm::Tuple 2020-03-16 17:12:16 -06:00
ScatterBase.h Make Tuple class 2020-03-16 17:12:16 -06:00
TriangulateTables.h Make triangulate implementation more general 2021-09-08 12:49:11 -06:00
WorkletBase.h Merge topic 'no-streaming-arrayhandle' 2020-03-25 11:26:26 -04:00