mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 12:10:49 +08:00
[~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table
This commit is contained in:
parent
dad986a6cb
commit
b28c33f5dc
@ -62,6 +62,7 @@
|
||||
* NOT THREAD SAFE
|
||||
* \return Current CUDA stream
|
||||
*/
|
||||
NCV_EXPORTS
|
||||
cudaStream_t nppStGetActiveCUDAstream();
|
||||
|
||||
|
||||
@ -71,6 +72,7 @@ cudaStream_t nppStGetActiveCUDAstream();
|
||||
* \param cudaStream [IN] cudaStream CUDA stream to become current
|
||||
* \return CUDA stream used before
|
||||
*/
|
||||
NCV_EXPORTS
|
||||
cudaStream_t nppStSetActiveCUDAstream(cudaStream_t cudaStream);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user