We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OpenCL stopped working on google colab. You can confirm by running !clinfo .
!clinfo
To solve the problem, you can do this:
!sudo apt update !sudo apt purge *nvidia* -y !sudo apt install nvidia-driver-530 -y
The above solution works for me and was taken from: https://stackoverflow.com/questions/76336964/opencl-not-detecting-t4-hardware-accelerator-in-colab
The text was updated successfully, but these errors were encountered:
joaopauloschuler
No branches or pull requests
OpenCL stopped working on google colab. You can confirm by running
!clinfo
.To solve the problem, you can do this:
The above solution works for me and was taken from:
https://stackoverflow.com/questions/76336964/opencl-not-detecting-t4-hardware-accelerator-in-colab
The text was updated successfully, but these errors were encountered: