remove private.cuda.hpp:158 space

This commit is contained in:
ruisv 2025-05-07 11:46:43 +08:00 committed by GitHub
parent 8a2903c190
commit 9ab3a249c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;