-
Notifications
You must be signed in to change notification settings - Fork 4
Short- to medium-term planning #86
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
Comments
Thanks for writing this up Evgeni!
Do you want to do this in a second issue? I guess we need the diff between the names in For the rest of the items:
|
Let's take it to gh-87 indeed. |
For one, there are several probably related type promotion related functions, e.g. |
|
+1 to Ralf's comment on what should be what prio. |
On the design perspective, I think that when we iron out a few things (discussed privately with @ev-br), we'll be on a very good state. With the massive refactor via the annotations trick, now we have been able to separate the preprocessing and the actual implementation of pretty much all the functions! With this at hand, we should be able to remove the split we had between implementation and interface. Here's the structure that I propose we have in the end:
|
This issue has run it's course, it seems. |
Uh oh!
There was an error while loading. Please reload this page.
With the MVP stage being finalized in the "stack" of gh-70 -- gh-83, let's think of prioritizing future work. Small fixes aside, larger work items at the moment are
dtype=...
raises NotImplementedError, and internal loops are delegated to whatever pytorch is doing. -- dtype=... arguments of ufuncs #89Status "after the MVP":
Status "maybe later or not at all":
where = ...
arguments to ufuncs and related gather/scatter type functionalityThe text was updated successfully, but these errors were encountered: