Ask Your Question
0

NVIDIA graphics cards architectures

asked 2020-04-23 08:26:45 -0600

zelda gravatar image

Am trying to build opencv 2 with cuda but am having confusion with Nvidia graphics architectures , i noticed wrong cuda_arch_bin and graphics card generation resulting errors while running opencv app.

i have cuda 9.2 installed for Opencv 2 and have also CUDA 10 installed but have disabled it as i think opencv not support cuda 10

i have Nvidia GTX1080 graphics card on my system

so what will be : CUDA_ARCH_BIN and CUDA_GENERATION any links if shared related to nvidia graphics card architectures will be good, i checked wiki they do not have such info

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2020-04-26 02:26:18 -0600

zelda gravatar image

cmake set

CUDA_ARCH_BIN # find compute capability from : https://developer.nvidia.com/cuda-gpus

check your cuda sdk computer capability : https://en.wikipedia.org/wiki/CUDA#GP...

what is computer capability : https://docs.nvidia.com/cuda/cuda-c-p...

CUDA_GENERATION # find generation from that table : https://en.wikipedia.org/wiki/CUDA#GP...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-04-23 08:26:45 -0600

Seen: 686 times

Last updated: Apr 26 '20