-
Notifications
You must be signed in to change notification settings - Fork 350
Open
Labels
feature requestRequest for something to be addedRequest for something to be addedlanguage supportPython language supportPython language support
Milestone
Description
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.
JonathanKuelz, jc211 and phil-holidayjc211
Metadata
Metadata
Assignees
Labels
feature requestRequest for something to be addedRequest for something to be addedlanguage supportPython language supportPython language support