How can I find the name of the gpu and cpu in qt, and set constraints based on names
Unsolved
General and Desktop
-
I'm doing a denoiser for images, using cuda and opencl technologies, but I'm having difficulty finding a solution to make c ++ get the name of the video card and processor. I also wanted to set restrictions like "below gtx 650ti down is not compatible". Anyone have any ideas, because I tried everything and it did not work
-
Hi,
You can use the
nvidia-smi
to grab information abut your installed hardware.