vtk-m/docs/changelog/arrayhandleconstant-extract-component.md
Kenneth Moreland 14460dbb31 Support component extraction from ArrayHandleConstant better
Previously, `ArrayHandleConstant` did not really support component
extraction. Instead, it let a fallback operation create a full array on
the CPU.

Component extraction is now quite efficient for `ArrayHandleConstant`. It
creates a basic `ArrayHandle` with one entry and sets a modulo on the
`ArrayHandleStride` to access that value for all indices.
2023-08-18 09:44:19 -04:00

425 B

Added support for component extraction from ArrayHandleConstant better

Previously, ArrayHandleConstant did not really support component extraction. Instead, it let a fallback operation create a full array on the CPU.

Component extraction is now quite efficient for ArrayHandleConstant. It creates a basic ArrayHandle with one entry and sets a modulo on the ArrayHandleStride to access that value for all indices.