mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
remove private.cuda.hpp:158 space
This commit is contained in:
@@ -155,7 +155,7 @@ namespace cv { namespace cuda
|
||||
|
||||
cudaDeviceProp prop{};
|
||||
cudaSafeCall(cudaGetDeviceProperties(&prop, device));
|
||||
|
||||
|
||||
nppStreamContext.nCudaDeviceId = device;
|
||||
nppStreamContext.nMultiProcessorCount = prop.multiProcessorCount;
|
||||
nppStreamContext.nMaxThreadsPerMultiProcessor = prop.maxThreadsPerMultiProcessor;
|
||||
|
||||
Reference in New Issue
Block a user