-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Codegen] Implement proper type resolver #72
Labels
enhancement
New feature or request
Milestone
Comments
The function has been renamed to concrete/crates/concrete_codegen_mlir/src/codegen.rs Lines 1332 to 1384 in 848181b
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we resolve types by name in a simple way, it probably needs enhancing and be done in a non stringly way.
Related code:
concrete/crates/concrete_codegen_mlir/src/codegen.rs
Lines 53 to 81 in 771662e
The text was updated successfully, but these errors were encountered: