-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core 0x23 stalled on current (21.11.0) image #31
Comments
I found that clinfo package on Ubuntu 18.04 and 20.04 does not support OpenCL 3.0. |
I also found current |
We hold back versions intentionally for maximum compatibility. The only new requirement for core 23 is that the CPU must support SSE4.1, so this may be what's triggering the cascade of issues. It only needs OpenCL 1.2, but you should not get assigned that core if you don't have SSE4.1. |
I understand. Thank you for the explanation. I misunderstood that OpenMM 8 uses OpenCL 3. Then, it appears that the main cause of Fahcore 23 stalling is the absence of libexpat1. |
Log.txt
Inspection
Core 0x23 seems to require OpenCL 3.0. But, OpenCL 3.0 does not work properly on CUDA 11.2.2.
Inference
According to the NVIDIA Technical Blog, NVIDIA supports OpenCL 3.0 since Linux driver version 465.19.1. The matching CUDA version would be 11.3.1 according to the CUDA release notes
Therefore, I guess that the CUDA version of base image should be updated at least 11.3.1.
The text was updated successfully, but these errors were encountered: