Skip to content

[REQ] Support for Slicing Arrays #504

@mmacklin

Description

@mmacklin

Description

Users should be able to select sub-ranges of arrays and tiles inside kernels, e.g.:

t = wp.tile_load(arr[i:i+m, j:j+n])
t = wp.tile_load(arr[i:i+m])

Context

More flexible indexing into arrays would allow writing e.g.: segmented scan with Warp tile kernels.

Metadata

Metadata

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions