summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornechda <[email protected]>2025-04-24 10:42:57 +0300
committernechda <[email protected]>2025-04-24 11:04:51 +0300
commiteebb23e3e7fcf57584e7c4afe4a7f850faf80b96 (patch)
tree0c20ba43d8180b30443c94819af7bd7dd5f69566
parent73376abf5e182e642c45c260c15c3d6ca5b65c5f (diff)
Add cuDNN 8.9.7
commit_hash:e4127882c960fab8e539f5332c981e7adebc5cb5
-rwxr-xr-xbuild/ymake_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index e3a2195ab19..cd4df284e8a 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -2525,7 +2525,7 @@ class CuDNN(object):
self.cudnn_version = Setting('CUDNN_VERSION', auto=self.auto_cudnn_version)
def have_cudnn(self):
- return self.cudnn_version.value in ('7.6.5', '8.0.5', '8.6.0')
+ return self.cudnn_version.value in ('7.6.5', '8.0.5', '8.6.0', '8.9.7')
def auto_cudnn_version(self):
return '8.6.0'