Error network format body_with_headformat is not supported by cudNN backend #1904
-
When attempting to load a T1 network (e.g t1-512×15×8) into LC0 0.30.0 with latest cudaNN package, running on a GTX 1050ti GPU, I am getting this error: Error network format body_with_headformat is not supported by cudNN backend. Any idea how to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hi JohnDijkstra, The cudnn backend hasn't been updated for quite long time. For newer networks, use CUDA version rather than cudNN. |
Beta Was this translation helpful? Give feedback.
-
Great, thanks! I'll try that in stead.
John Dijkstra
…________________________________
From: Alexander Lyashuk ***@***.***>
Sent: Saturday, July 29, 2023 3:02:04 PM
To: LeelaChessZero/lc0 ***@***.***>
Cc: JohnDijkstra ***@***.***>; Author ***@***.***>
Subject: Re: [LeelaChessZero/lc0] Error network format body_with_headformat is not supported by cudNN backend (Discussion #1904)
Hi JohnDijkstra,
The cudnn backend hasn't been updated for quite long time. For newer networks, use CUDA version rather than cudNN.
—
Reply to this email directly, view it on GitHub<#1904 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AXUJFVQN6TIXN4EE5TEWDFLXST3TZANCNFSM6AAAAAA2W4HBBA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Artemii, If you are running Lc0 under Windows, just download the version that has |
Beta Was this translation helpful? Give feedback.
-
First make sure that your binary is indeed compiled both with CUDA and CudNN backends. To do that, run Then, to select that backend, either run For futher questions, I'd recommend to ask in the #help channel of our Discord chat at http://lc0.org/chat |
Beta Was this translation helpful? Give feedback.
Hi JohnDijkstra,
The cudnn backend hasn't been updated for quite long time. For newer networks, use CUDA version rather than cudNN.