src-d / kmcuda

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

Update python.cc #124

Closed kilianyp closed 1 year ago

kilianyp commented 1 year ago

A copy of #123 to get this merged

Missing surrounding parenthesis for if statement on PyTuple_Check for python 3.9 or some versions of DCMAKE or CUDA_ARCH causes a build error.

kilianyp commented 1 year ago

ping @vmarkovtsev can we merge this?

vmarkovtsev commented 1 year ago

Thank you for pinging and for the contribution!