lhatsk/AlphaLink

CUDA stub file missing for cpu-only build

jgoodson opened this issue · 1 comments

The changes in c07ef54 to allow for container builds are missing the addition of the openfold/utils/kernel/csrc/softmax_cuda_stub.cpp file used for building the kernel present in the upstream OpenFold repo: https://github.com/aqlaboratory/openfold/blob/main/openfold/utils/kernel/csrc/softmax_cuda_stub.cpp. If this file is provided in the appropriate directory the build succeeds.

lhatsk commented

Thank you for pointing this out! I added the file.