8000 [REQ] Allow tiles to be passed to user functions · Issue #682 · NVIDIA/warp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
daedalus5 opened this issue Apr 25, 2025 · 1 comment
Closed

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

daedalus5 opened this issue Apr 25, 2025 · 1 comment
Assignees
Labels
feature request Request for something to be added tile
Milestone

Comments

@daedalus5
Copy link
Contributor

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
@daedalus5 daedalus5 added the feature request Request for something to be added label Apr 25, 2025
@daedalus5 daedalus5 added this to the 1.8.0 milestone Apr 25, 2025
@daedalus5 daedalus5 self-assigned this Apr 25, 2025
@shi-eric shi-eric added the tile label May 1, 2025
@daedalus5
Copy link
Contributor Author

Closed with 2322b3b

pull bot pushed a commit to mcx/warp that referenced this issue May 9, 2025
pull bot pushed a commit to mcx/warp that referenced this issue May 9, 2025
Allow tile args in wp.func (NVIDIAGH-682)

See merge request omniverse/warp!1274
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for something to be added tile
Projects
None yet
Development

No branches or pull requests

2 participants
0