File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ namespace nvexec::_strm {
393393 struct transform_sender_for <stdexec::bulk_t > {
394394 template <class Data , stream_completing_sender Sender>
395395 auto operator ()(__ignore, Data data, Sender&& sndr) const {
396- auto [shape, fun] = static_cast <Data&&>(data);
396+ auto [policy, shape, fun] = static_cast <Data&&>(data);
397397 using Shape = decltype (shape);
398398 using Fn = decltype (fun);
399399 auto sched = get_completion_scheduler<set_value_t >(get_env (sndr));
Original file line number Diff line number Diff line change @@ -195,15 +195,6 @@ namespace nvexec::_strm {
195195
196196 return std::move (std::get<1 >(state.data_ ));
197197 }
198-
199- #if STDEXEC_EDG()
200- // For reporting better diagnostics with nvc++
201- template <class _Sender , class _Error = stdexec::__sync_wait::__error_description_t <_Sender>>
202- auto operator ()(
203- context_state_t context_state,
204- _Sender&&,
205- [[maybe_unused]] _Error __diagnostic = {}) const -> std::optional<std::tuple<int>> = delete;
206- #endif
207198 };
208199 } // namespace _sync_wait
209200
You can’t perform that action at this time.
0 commit comments