Skip to content

kokkos(ext): integrating Kokkos exec through senders and receivers (partial support)#94

Draft
romintomasetti wants to merge 6 commits into
mainfrom
exec-p2300
Draft

kokkos(ext): integrating Kokkos exec through senders and receivers (partial support)#94
romintomasetti wants to merge 6 commits into
mainfrom
exec-p2300

Conversation

@romintomasetti

Copy link
Copy Markdown
Collaborator

Summary

(Summarize the content of the PR concisely)

Description

(A longer description of the PR)

Related to

(A list of issues, PRs, links)

using recv_t = ParallelForReceiver<Receiver, Policy, Functor>;

return OperationState<sndr_t, recv_t>(
*this,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be sender. And I think that this sender is the previous sender in the chain. So the piping operator would map to a constructor that fills in the sender as the one right before the parallel for. It's definitely one for the frowning icon ☹️ 😄

@romintomasetti romintomasetti changed the title wip kokkos(ext): integrating Kokkos exec through senders and receivers (partial support) Jan 27, 2025
@romintomasetti romintomasetti force-pushed the exec-p2300 branch 2 times, most recently from 4d7e6b8 to ca23d94 Compare February 4, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants