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

Error node needs optimization to reduce introduced circuitry #132

Open
rokopt opened this issue May 31, 2023 · 0 comments
Open

Error node needs optimization to reduce introduced circuitry #132

rokopt opened this issue May 31, 2023 · 0 comments

Comments

@rokopt
Copy link
Member

rokopt commented May 31, 2023

The error node used by clients to throw a form of exception (see #90 and #129) currently introduces a lot of new circuitry through the addition of many Maybes. This will need optimization. @mariari has suggested introducing a crash type for cases where we don't need to pass errors back but can simply terminate the computation (ideally inducing VampIR to return some selected error code).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant