gnina / libmolgrid

Comprehensive library for fast, GPU accelerated molecular gridding for deep learning workflows
https://gnina.github.io/libmolgrid/
Apache License 2.0
137 stars 45 forks source link

Attempting compilation for unknown architectures #104

Closed chedatomasz closed 1 year ago

chedatomasz commented 1 year ago

The CMakeLists.txt in line 66 attempts compilation for sm_80 even for cuda 10.x. sm_80 support was only added in cuda toolkit 11. This causes the compilation to fail.

dkoes commented 1 year ago

Fixed in above commit. Thanks for the feedback. Closing.