New function interface
2nd leg of kernel_callables_v3
Pullling TODO from !246 (merged) (as I don't have the permissions to edit over there.)
-
Improve docs: First goals, then overall design, then details -
Avoid logic duplication map_call/map_call_with_kwargs -
Add a member function to the Reduction
class that would resolve function. -
Remove function_manglers -
Fix Fixme
's -
A new Program
object to contain the two, where I imagine each kernel will carry a link to such aprogram
object, and all kernels that call each other must share one. Since most people are still going to think about (and create) individual kernels first, it should get created implicitly.
Note: This does not contain CallableKernels
.
Edited by Kaushik Kulkarni
Merge request reports
Activity
added 1 commit
- ce882cc0 - removes logic duplication for map_call and map_call_with_kwargs.
added 1 commit
- d844cfd8 - removes logic duplication between map_call and map_call_with_kwargs.
added 1 commit
- c211fb2c - streamlines reuction scoped function generator.
added 2 commits
added 1 commit
- d3e24b4a - added example for register_calls_to_callables.
added 11 commits
-
c1489c23...51b9b244 - 8 commits from branch
inducer:master
- 906090e1 - those were a lot of changes :o
- ee621476 - adding untracked files.
- 28bb8efd - removing unused part of code.
Toggle commit list-
c1489c23...51b9b244 - 8 commits from branch
added 1 commit
- ec84ad60 - adds program_callables_info to grid_override...
added 5 commits
Toggle commit list
Please register or sign in to reply