Skip to content

Use vtkm::UInt64 for byte sizes.

vtkm::Id could be just 32bits, which limits the number of values we would be able to store for large arrays.

Closes #171 (closed)

Merge request reports