1
0
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:
ruisv
2025-05-07 11:46:43 +08:00
committed by GitHub
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;