Skip to content
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

[C++] C++ array kernels framework and execution buildout (umbrella issue) #25028

Open
asfimport opened this issue May 22, 2020 · 2 comments
Open

Comments

@asfimport
Copy link

asfimport commented May 22, 2020

In the wake of ARROW-8792, this issue is to serve as an umbrella issue for follow up work and associated "buildout" which includes things like:

  • Implementation of many new function types and adding new kernel cases to existing functions

  • Adding implicit casting functionality to function execution

  • Creation of "bound" physical array expressions and execution thereof

  • Pipeline execution (executing multiple kernels while eliminating temporary allocation)

  • Parallel execution of scalar and aggregate kernels (including parallel execution of pipelined kernels)

    There's quite a few existing JIRAs in the project that I'll attach to this issue and I'll open plenty more issues as things occur to me to help organize the work.

Reporter: Wes McKinney / @wesm

Related issues:

Note: This issue was originally created as ARROW-8894. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
@ianmcook You may want to consolidate this with your own umbrella issues :)

@asfimport
Copy link
Author

Ian Cook / @ianmcook:
@pitrou yes, thanks. This umbrella already has a large number of child issues, so following the example of ARROW-555, I am creating sub-umbrellas to cover specific areas of work under this larger umbrella. I have started by creating ARROW-12748 (arithmetic kernels for numeric arrays) which is linked as a child of this umbrella and has several child issues itself. Organizing issues into a hierarchical parent/child structure like this should improve legibility.

This was referenced Jan 11, 2023
This was referenced Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant