Skip to content

Commit

Permalink
rename according to STEllAR-GROUP/hpx#5656
Browse files Browse the repository at this point in the history
  • Loading branch information
albestro committed Dec 1, 2021
1 parent dfe0305 commit a9e47e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dlaf/sender/transform.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct Transform<Backend::MC> {
template <typename S, typename F>
static auto call(const Policy<Backend::MC> policy, S&& s, F&& f) {
namespace ex = hpx::execution::experimental;
return ex::then(ex::on(std::forward<S>(s),
return ex::then(ex::transfer(std::forward<S>(s),
ex::with_priority(ex::thread_pool_scheduler{}, policy.priority())),
hpx::unwrapping(std::forward<F>(f)));
}
Expand Down

0 comments on commit a9e47e2

Please sign in to comment.