Conversation
This groups together related native functions (functional, inplace, out) into a single group. It's not used by anything but Jiakai said this would be useful for his stuff so I'm putting it in immediately. Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
This groups together related native functions (functional, inplace, out) into a single group. It's not used by anything but Jiakai said this would be useful for his stuff so I'm putting it in immediately. Signed-off-by: Edward Z. Yang <ezyang@fb.com> ghstack-source-id: 14355c1 Pull Request resolved: #45918
Codecov Report
@@ Coverage Diff @@
## gh/ezyang/848/base #45918 +/- ##
===================================================
Coverage 68.28% 68.28%
===================================================
Files 410 410
Lines 53468 53468
===================================================
Hits 36513 36513
Misses 16955 16955 Continue to review full report at Codecov.
|
This groups together related native functions (functional, inplace, out) into a single group. It's not used by anything but Jiakai said this would be useful for his stuff so I'm putting it in immediately. Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
This groups together related native functions (functional, inplace, out) into a single group. It's not used by anything but Jiakai said this would be useful for his stuff so I'm putting it in immediately. Signed-off-by: Edward Z. Yang <ezyang@fb.com> ghstack-source-id: 0becbb3 Pull Request resolved: #45918
|
|
||
| # Represents a bundle of native functions that are semantically related. | ||
| @dataclass(frozen=True) | ||
| class NativeFunctionGroup: |
There was a problem hiding this comment.
A third concept we also name "group"?
There was a problem hiding this comment.
Second, really; after I got rid of grouped_arguments for packs in faithful C++ signature we are now just "group arguments" and "group native functions." IDK if you have a better name; in this case it seems less bad because the entity being grouped is different between the two cases.
This groups together related native functions (functional, inplace, out) into a single group. It's not used by anything but Jiakai said this would be useful for his stuff so I'm putting it in immediately. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D24163526](https://our.internmc.facebook.com/intern/diff/D24163526) [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 33e3d04 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 8 times. |
This groups together related native functions (functional, inplace, out) into a single group. It's not used by anything but Jiakai said this would be useful for his stuff so I'm putting it in immediately. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D24163526](https://our.internmc.facebook.com/intern/diff/D24163526) [ghstack-poisoned]
This groups together related native functions (functional, inplace, out) into a single group. It's not used by anything but Jiakai said this would be useful for his stuff so I'm putting it in immediately. Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D24163526](https://our.internmc.facebook.com/intern/diff/D24163526) [ghstack-poisoned]
Stack from ghstack:
This groups together related native functions (functional, inplace, out)
into a single group. It's not used by anything but Jiakai said this
would be useful for his stuff so I'm putting it in immediately.
Signed-off-by: Edward Z. Yang ezyang@fb.com
Differential Revision: D24163526