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
I can only guess about what might be causing it. Most likely it isn't really related to that line. Something went wrong earlier, and that's just the first place it got noticed. Here are a few possibilities.
If you put your computer to sleep and wake it up, that can cause existing contexts to be reset.
It might be caused by an incompatibility between your CUDA driver and toolkit, or alternatively between pieces of code compiled against different toolkit versions. What driver do you have? And make sure you're really using the toolkit you think you are. If you have multiple toolkits on your computer (such as one from the NVIDIA installer and one from conda), it might be picking up a different one.
Sometimes things just get messed up for no obvious reason! Rebooting usually fixes them.
The
ExampleForce
tests fail in the CUDA platform when executing the following line:openmmexampleplugin/platforms/common/src/CommonExampleKernels.cpp
Line 83 in 6340817
I compiled both OpenMM and this plugin with the same GCC compiler (version 11.2.0) and CudaToolkit installation (version 11.7).
The error message I get is:
The text was updated successfully, but these errors were encountered: