We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c408f4b commit 75921cfCopy full SHA for 75921cf
1 file changed
include/nvexec/stream/when_all.cuh
@@ -475,7 +475,7 @@ namespace nvexec::_strm {
475
// Could be non-atomic here and atomic_ref everywhere except __completion_fn
476
std::atomic<_when_all::disposition> state_{_when_all::started};
477
478
- _errors_t errors_{};
+ _errors_t errors_{__no_init};
479
_child_values_t* values_{};
480
inplace_stop_source stop_source_{};
481
0 commit comments