Opencv GPU x86

I am currently working in a Windows 10 64-bit environment and attempting to compile the x86 GPU version of OpenCV using CMake. My graphics card is a 3080 Ti, running CUDA 11.6 with driver version 555.85-desktop-win10-win.

Although the compilation completes successfully, I am unable to successfully call CUDA functions. I have come to understand that NVIDIA has ceased support for 32-bit versions starting from CUDA 10.0. Could this be the reason for my issue?

Moreover, if I indeed require a 32-bit compilation, could you kindly provide a technical guide or solution for achieving this? Your prompt assistance is urgently needed and would be greatly appreciated.