Skip to content

Conversation

@ccotter
Copy link
Contributor

@ccotter ccotter commented Sep 8, 2023

This doesn't build with clang-16, but does with gcc-12. Is there any reason conceptually we shouldn't be able to check the actual vs expected completions within connect?

@copy-pr-bot
Copy link

copy-pr-bot bot commented Sep 8, 2023

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@ccotter ccotter force-pushed the debug-completion-sigs branch 2 times, most recently from 26758d3 to 6ff2d9c Compare September 8, 2023 15:26
@ccotter ccotter force-pushed the debug-completion-sigs branch from 6ff2d9c to 09f435b Compare September 8, 2023 15:29
@ericniebler
Copy link
Collaborator

/ok to test

@ericniebler
Copy link
Collaborator

This doesn't build with clang-16, but does with gcc-12. Is there any reason conceptually we shouldn't be able to check the actual vs expected completions within connect?

I can't think of a reason why this would be problematic in principle.

@ccotter ccotter marked this pull request as ready for review September 8, 2023 16:21
continuation_kernel<<<1, 1, 0, op.stream_>>>(std::move(op.rec_), stdexec::set_value);
} else {
continuation_kernel<cudaError_t><<<1, 1, 0, op.stream_>>>(
continuation_kernel<<<1, 1, 0, op.stream_>>>(
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Some of the refactors of continuation_kernel which reordered the template parameters seem to have missed this one. The first template parameter is Receiver.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm pulling this change out into its own commit, since it's unrelated.

@ericniebler
Copy link
Collaborator

/ok to test

@ericniebler
Copy link
Collaborator

/ok to test

@ericniebler ericniebler merged commit 086182c into NVIDIA:main Sep 21, 2023
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