Skip to content

Commit 9c14bc1

Browse files
committed
remove stale code in CUDA stream sync_wait
1 parent 8df718e commit 9c14bc1

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

include/nvexec/stream/sync_wait.cuh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)