vortex icon indicating copy to clipboard operation
vortex copied to clipboard

Consider Indices and Patches arrays

Open gatesn opened this issue 1 year ago • 0 comments

Similar to special-casing validity, we can special-case indices to something like this:

enum Indices {
    Stride(...),
    Ranges(...),
    Array(ArrayRef),
}

This would then be passed as an argument to e.g. the TakeFn

gatesn avatar Mar 26 '24 17:03 gatesn