Skip to content

[REQ] Allow tiles to be passed to user functions #682

@daedalus5

Description

@daedalus5

Description

Permit tiles to be passed to wp.func functions. Eg

@wp.func
def tile_sum_func(a: wp.Tile(dtype=float, shape=(TILE_M, TILE_N), storage="shared")):
    return wp.tile_sum(a) * 0.5

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions