When running voxcraft-sim in Google Colab one gets a CUDA Function Error: invalid device function.
This is caused by the difference in GPU compute capability (Tesla K80 used by Google has cc 3.7).
This can be fixed by adding _-gencode=arch=compute_37,code=sm_37 to cuda flags in CMakeLists.txt_.
When running voxcraft-sim in Google Colab one gets a CUDA Function Error: invalid device function. This is caused by the difference in GPU compute capability (Tesla K80 used by Google has cc 3.7).
This can be fixed by adding _-gencode=arch=compute_37,code=sm_37 to cuda flags in CMakeLists.txt_.