Commit b28c33f5 authored by Anton Obukhov's avatar Anton Obukhov

[~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table

parent dad986a6
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment