mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
remove private.cuda.hpp:158 space
This commit is contained in:
parent
8a2903c190
commit
9ab3a249c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user