We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d944106 + a66a684 commit 8f00886Copy full SHA for 8f00886
1 file changed
include/nvexec/multi_gpu_context.cuh
@@ -66,7 +66,7 @@ namespace nvexec {
66
if (op.status_ == cudaSuccess) {
67
continuation_kernel<<<1, 1, 0, op.stream_>>>(std::move(op.rec_), stdexec::set_value);
68
} else {
69
- continuation_kernel<cudaError_t><<<1, 1, 0, op.stream_>>>(
+ continuation_kernel<<<1, 1, 0, op.stream_>>>(
70
std::move(op.rec_), stdexec::set_error, std::move(op.status_));
71
}
72
0 commit comments