TuragaLab/DECODE

A problem about running DECODE in Google Colab

Haydnspass opened this issue · 2 comments

Discussed in #190

Originally posted by EndlessPush December 4, 2022
About 10 days ago, Google Colab has upgraded Python to version 3.8. But the "spline" package used in DECODE can only be installed in Python 3.7. As a result, DECODE no longer works in Colab. Hope that this problem can be solved. Thanks!

RuntimeError: Error during allocation of spline struct on device.
Code: 222
Information: 
the provided PTX was compiled with an unsupported toolchain.

Solved. Some CMake madness with cuda architectures.