-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cartesian: "No Storage" Implementation #868
Conversation
…issing dimensions)
bors try |
bors try- |
bors try |
tryBuild failed: |
…d copy routines, also remove them in codegen (e.g. CUDAPyExtModuleGenerator)
bors try |
tryTimed out. |
bors try |
bors try- |
tryTimed out. |
I addressed all comments where I agree and marked as resolved where I deemed it appropriate. We need to discuss making |
bors try |
tryBuild failed: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work on this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a partial review for now (only the docs part).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Second part of my review.
Co-authored-by: Enrique G. Paredes <18477+egparedes@users.noreply.github.com>
I fixed as suggested or left a comment on all your comments. @egparedes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good.
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded: |
This PR removes the Storage classes and implements the new "No Storage" concept.
It is currently fully in the cartesian branch but the same shall be applied to
functional
.