Skip to content

Commit 75921cf

Browse files
committed
try to fix the cuda build
1 parent c408f4b commit 75921cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nvexec/stream/when_all.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ namespace nvexec::_strm {
475475
// Could be non-atomic here and atomic_ref everywhere except __completion_fn
476476
std::atomic<_when_all::disposition> state_{_when_all::started};
477477

478-
_errors_t errors_{};
478+
_errors_t errors_{__no_init};
479479
_child_values_t* values_{};
480480
inplace_stop_source stop_source_{};
481481

0 commit comments

Comments
 (0)