Skip to content

Commit 2cdf2e1

Browse files
committed
fix CUDA build
1 parent 01f6a30 commit 2cdf2e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/nvexec/stream/start_detached.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ namespace nvexec::_strm {
6565
}
6666

6767
explicit operation(Sender&& sndr, Env env)
68-
: operation(static_cast<Sender&&>(sndr), static_cast<Env&&>(env)) {
68+
: operation(connect, static_cast<Sender&&>(sndr), static_cast<Env&&>(env)) {
6969
// If the operation completes synchronously, then the following line will cause
7070
// the destruction of *this, which is not a problem because we used a delegating
7171
// constructor, so *this is considered fully constructed.

0 commit comments

Comments
 (0)