Skip to content
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

Implement and integrate cumsum/max/min/prod TessellateIPU vertex. #37

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

balancap
Copy link
Contributor

Only supporting 1D input arrays at the moment.
Note: performance is not yet optimal, as using a single thread + no vectorized instructions.

@balancap balancap force-pushed the implement-integrate-cumsum-tessellate-vertex branch from 8b3a1e1 to 1edcbef Compare September 28, 2023 14:52
Only supporting 1D input arrays at the moment.
Note: performance is not yet optimal, as using a single thread + no
vectorized instructions.
@balancap balancap force-pushed the implement-integrate-cumsum-tessellate-vertex branch from 1edcbef to d5dfd3c Compare September 28, 2023 14:53
@balancap balancap merged commit 1cfe2ea into main Sep 28, 2023
6 checks passed
@balancap balancap deleted the implement-integrate-cumsum-tessellate-vertex branch September 28, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant