-
Notifications
You must be signed in to change notification settings - Fork 230
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
Problem with conv4 on gpu #680
Comments
... maybe I need to say in addition: |
O.K. - CUDA.cached_memory() is only available on driver >= 11.3 |
closed but it becomes more weird:
|
indeed - the longer I try to find out what's going on here, I get more confused; maybe it is better to re-open it.. |
Dear Deniz,
We are facing a strange problem with conv4 on gpu.
The code
generates the error:
Strange, because this happens on our Nvidia-Server but NOT on my local computer with identical installations of Julia and Knet.
Only difference is the Cuda-driver, which is
Driver Version: 460.91.03 CUDA Version: 11.2
on the nvidia-machine (with error) and Driver Version: 510.73.05 CUDA Version: 11.6 on my computer. Unfortunately it is not so easy to change the driver on the server, because of people are using a multitude of frameworks there.
Maybe (hopefully) you have an idea...
cordially (a)do
The text was updated successfully, but these errors were encountered: