diff options
author | nechda <[email protected]> | 2025-04-24 10:42:57 +0300 |
---|---|---|
committer | nechda <[email protected]> | 2025-04-24 11:04:51 +0300 |
commit | eebb23e3e7fcf57584e7c4afe4a7f850faf80b96 (patch) | |
tree | 0c20ba43d8180b30443c94819af7bd7dd5f69566 | |
parent | 73376abf5e182e642c45c260c15c3d6ca5b65c5f (diff) |
Add cuDNN 8.9.7
commit_hash:e4127882c960fab8e539f5332c981e7adebc5cb5
-rwxr-xr-x | build/ymake_conf.py | 2 |
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' |