You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we had to add 86 to CMakeLists.txt inn CMAKE_CUDA_ARCHITECTURES to allow libmolgrod to run on A100 cards
NB we build libmolgrid and gnina to run on all cuda devices
with stock build we had the following error:
no kernel image is available for execution on the deviceterminate called after throwing an instance of 'std::runtime_error'
what(): CUDA Error: no kernel image is available for execution on the device
regards
Eric
The text was updated successfully, but these errors were encountered:
Hello
we had to add
86
toCMakeLists.txt
innCMAKE_CUDA_ARCHITECTURES
to allow libmolgrod to run on A100 cardsNB we build libmolgrid and gnina to run on all cuda devices
with stock build we had the following error:
regards
Eric
The text was updated successfully, but these errors were encountered: