Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Conversation

BenBrock
Copy link
Contributor

@BenBrock BenBrock commented Oct 9, 2024

No description provided.


events.emplace_back(
dr::sp::copy_async(first, local_last, rng::begin(segment)));
dr::sp::copy_async(q, first, local_last, rng::begin(segment)));
Copy link
Contributor

Choose a reason for hiding this comment

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

this line does not compile, see CI run

/home/runner/work/distributed-ranges/distributed-ranges/include/./dr/sp/algorithms/copy.hpp:126:9: error: no matching function for call to 'copy_async'
  126 |         dr::sp::copy_async(q, first, local_last, rng::begin(segment)));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants