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

binary serializer (v1) does not correctly handle parametric symbols #1106

Open
dwightguth opened this issue Jul 10, 2024 · 0 comments
Open
Labels
backend runtime bug Something isn't working

Comments

@dwightguth
Copy link
Collaborator

The problem is associated with emit_symbol in runtime/util/ConfigurationSerializer.cpp. It does not correctly handle the case where the symbol it is passed has sort parameters. It needs to detect this case and serialize the correct sequence of bytes corresponding to those parameters, ideally without having to reparse the symbol name every time it's called.

@dwightguth dwightguth added bug Something isn't working backend runtime labels Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend runtime bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant