From 9ab3a249c2509e969ae12190400b22ded775108d Mon Sep 17 00:00:00 2001 From: ruisv <27017322+ruisv@users.noreply.github.com> Date: Wed, 7 May 2025 11:46:43 +0800 Subject: [PATCH] remove private.cuda.hpp:158 space --- modules/core/include/opencv2/core/private.cuda.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/include/opencv2/core/private.cuda.hpp b/modules/core/include/opencv2/core/private.cuda.hpp index a9029131fb..4250f61033 100644 --- a/modules/core/include/opencv2/core/private.cuda.hpp +++ b/modules/core/include/opencv2/core/private.cuda.hpp @@ -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;