mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-30 03:31:13 +00:00
Fix typo in docstring.
This commit is contained in:
@@ -54,7 +54,7 @@ struct cuda_stream
|
|||||||
/**
|
/**
|
||||||
* Constructs a `cuda_stream` from an explicit cudaStream_t.
|
* Constructs a `cuda_stream` from an explicit cudaStream_t.
|
||||||
*
|
*
|
||||||
* @param owning If true, `cudaStreamCreate(stream)` will be called from this
|
* @param owning If true, `cudaStreamDestroy(stream)` will be called from this
|
||||||
* `cuda_stream`'s destructor.
|
* `cuda_stream`'s destructor.
|
||||||
*
|
*
|
||||||
* @sa nvbench::make_cuda_stream_view
|
* @sa nvbench::make_cuda_stream_view
|
||||||
|
|||||||
Reference in New Issue
Block a user