src-d / kmcuda

Large scale K-means and K-nn implementation on NVIDIA GPU / CUDA
Other
783 stars 144 forks source link

CUDA Arch for Tesla K80? #115

Open Pranavb333 opened 3 years ago

Pranavb333 commented 3 years ago

Hi,

I built the package from the source using the default CUDA Arch. I ran fine while using RTX GPUs. However when it did not work on Tesla K80 GPUs. I got this error

CUDA Device not found.

I think is an issue with the CUDA ARCH version. Can someone please tell me what CUDA ARCH should I use? Is there a list of GPUs with CUDA Arch versions specified?