We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6af8b9 commit 618e1f0Copy full SHA for 618e1f0
nvbench/cuda_stream.cuh
@@ -54,7 +54,7 @@ struct cuda_stream
54
/**
55
* Constructs a `cuda_stream` from an explicit cudaStream_t.
56
*
57
- * @param owning If true, `cudaStreamCreate(stream)` will be called from this
+ * @param owning If true, `cudaStreamDestroy(stream)` will be called from this
58
* `cuda_stream`'s destructor.
59
60
* @sa nvbench::make_cuda_stream_view
0 commit comments