-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Bug] Cannot load taichi with opengl 4.6 > 4.3 on Ubuntu 20 (AMD card) #1106
Comments
I will try on the same device but with Windows soon |
A similar issue: |
Thanks for sharing experience which may help others who have problem enforcing CPU mode. We are trying to fix is the openGL/GLX compability issue as mentioned in #1134 . After the fix you should be able to run the openGL mode under Linux. |
A quick guess according to #1325 (comment): |
Hi, Yubin, I tested and encountered some errors. Please refer to #1326 for details. I noticed that the library you mentioned is llvm-9, I am still running with llvm 8. Could that be the issue? Thanks |
Describe the bug
Taichi fail to load in Ubuntu 20.04 with OpenGL 4.6 (AMD card). Related #958
At that moment we simply disabled opengl in bash, and assume the problem can be solved if gl version > 4.3. Nonetheless, on my laptop with version 4.6, the problem still exists. My graphic card is AMD® Raven.
Log/Screenshots
The 4 screenshots of running examples/fractal.py
The screenshot of gl version
The text was updated successfully, but these errors were encountered: