-
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
Higher order codegen #181
Higher order codegen #181
Conversation
On a more stylistic note, I think we should remove the space just in front of the
With the current logic, it would look like this:
And now it looks as if the filter belongs to the second curried function. |
Do curried functions still exist at the dumping stage? |
correct. But I still find it better for the sake of consistency to remove the space. |
This branch contains fixes for higher-order code generation.
The fixes regard the llvm backend, memory dialect, and closure conversion dialect.
This branch is the base of the current state of automatic differentiation and the matrix dialect.
Summary
Miscellaneous:
Core
Dialects
Tests