nvidia-cudnn-cu12 9.9.0.52__py3-none-win_amd64.whl → 9.10.1.4__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,70 +1,70 @@
1
- /*
2
- * Copyright 2014-2023 NVIDIA Corporation. All rights reserved.
3
- *
4
- * NOTICE TO LICENSEE:
5
- *
6
- * This source code and/or documentation ("Licensed Deliverables") are
7
- * subject to NVIDIA intellectual property rights under U.S. and
8
- * international Copyright laws.
9
- *
10
- * These Licensed Deliverables contained herein is PROPRIETARY and
11
- * CONFIDENTIAL to NVIDIA and is being provided under the terms and
12
- * conditions of a form of NVIDIA software license agreement by and
13
- * between NVIDIA and Licensee ("License Agreement") or electronically
14
- * accepted by Licensee. Notwithstanding any terms or conditions to
15
- * the contrary in the License Agreement, reproduction or disclosure
16
- * of the Licensed Deliverables to any third party without the express
17
- * written consent of NVIDIA is prohibited.
18
- *
19
- * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
20
- * LICENSE AGREEMENT, NVIDIA MAKES NO REPRESENTATION ABOUT THE
21
- * SUITABILITY OF THESE LICENSED DELIVERABLES FOR ANY PURPOSE. IT IS
22
- * PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND.
23
- * NVIDIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THESE LICENSED
24
- * DELIVERABLES, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY,
25
- * NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE.
26
- * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
27
- * LICENSE AGREEMENT, IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY
28
- * SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
29
- * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
30
- * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
31
- * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
32
- * OF THESE LICENSED DELIVERABLES.
33
- *
34
- * U.S. Government End Users. These Licensed Deliverables are a
35
- * "commercial item" as that term is defined at 48 C.F.R. 2.101 (OCT
36
- * 1995), consisting of "commercial computer software" and "commercial
37
- * computer software documentation" as such terms are used in 48
38
- * C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Government
39
- * only as a commercial end item. Consistent with 48 C.F.R.12.212 and
40
- * 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), all
41
- * U.S. Government End Users acquire the Licensed Deliverables with
42
- * only those rights set forth herein.
43
- *
44
- * Any use of the Licensed Deliverables in individual and commercial
45
- * software must include, in the user documentation and internal
46
- * comments to the code, the above Disclaimer and U.S. Government End
47
- * Users Notice.
48
- */
49
-
50
- /**
51
- * \file: The master cuDNN version file.
52
- */
53
-
54
- #ifndef CUDNN_VERSION_H_
55
- #define CUDNN_VERSION_H_
56
-
57
- #define CUDNN_MAJOR 9
58
- #define CUDNN_MINOR 9
59
- #define CUDNN_PATCHLEVEL 0
60
-
61
- #define CUDNN_VERSION (CUDNN_MAJOR * 10000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)
62
-
63
- /* cannot use constexpr here since this is a C-only file */
64
- /* Below is the max SM version this cuDNN library is aware of and supports natively */
65
-
66
- #define CUDNN_MAX_SM_MAJOR_NUMBER 12
67
- #define CUDNN_MAX_SM_MINOR_NUMBER 0
68
- #define CUDNN_MAX_DEVICE_VERSION (CUDNN_MAX_SM_MAJOR_NUMBER * 100 + CUDNN_MAX_SM_MINOR_NUMBER * 10)
69
-
70
- #endif /* CUDNN_VERSION_H */
1
+ /*
2
+ * Copyright 2014-2023 NVIDIA Corporation. All rights reserved.
3
+ *
4
+ * NOTICE TO LICENSEE:
5
+ *
6
+ * This source code and/or documentation ("Licensed Deliverables") are
7
+ * subject to NVIDIA intellectual property rights under U.S. and
8
+ * international Copyright laws.
9
+ *
10
+ * These Licensed Deliverables contained herein is PROPRIETARY and
11
+ * CONFIDENTIAL to NVIDIA and is being provided under the terms and
12
+ * conditions of a form of NVIDIA software license agreement by and
13
+ * between NVIDIA and Licensee ("License Agreement") or electronically
14
+ * accepted by Licensee. Notwithstanding any terms or conditions to
15
+ * the contrary in the License Agreement, reproduction or disclosure
16
+ * of the Licensed Deliverables to any third party without the express
17
+ * written consent of NVIDIA is prohibited.
18
+ *
19
+ * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
20
+ * LICENSE AGREEMENT, NVIDIA MAKES NO REPRESENTATION ABOUT THE
21
+ * SUITABILITY OF THESE LICENSED DELIVERABLES FOR ANY PURPOSE. IT IS
22
+ * PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY OF ANY KIND.
23
+ * NVIDIA DISCLAIMS ALL WARRANTIES WITH REGARD TO THESE LICENSED
24
+ * DELIVERABLES, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY,
25
+ * NONINFRINGEMENT, AND FITNESS FOR A PARTICULAR PURPOSE.
26
+ * NOTWITHSTANDING ANY TERMS OR CONDITIONS TO THE CONTRARY IN THE
27
+ * LICENSE AGREEMENT, IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY
28
+ * SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY
29
+ * DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
30
+ * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
31
+ * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
32
+ * OF THESE LICENSED DELIVERABLES.
33
+ *
34
+ * U.S. Government End Users. These Licensed Deliverables are a
35
+ * "commercial item" as that term is defined at 48 C.F.R. 2.101 (OCT
36
+ * 1995), consisting of "commercial computer software" and "commercial
37
+ * computer software documentation" as such terms are used in 48
38
+ * C.F.R. 12.212 (SEPT 1995) and is provided to the U.S. Government
39
+ * only as a commercial end item. Consistent with 48 C.F.R.12.212 and
40
+ * 48 C.F.R. 227.7202-1 through 227.7202-4 (JUNE 1995), all
41
+ * U.S. Government End Users acquire the Licensed Deliverables with
42
+ * only those rights set forth herein.
43
+ *
44
+ * Any use of the Licensed Deliverables in individual and commercial
45
+ * software must include, in the user documentation and internal
46
+ * comments to the code, the above Disclaimer and U.S. Government End
47
+ * Users Notice.
48
+ */
49
+
50
+ /**
51
+ * \file: The master cuDNN version file.
52
+ */
53
+
54
+ #ifndef CUDNN_VERSION_H_
55
+ #define CUDNN_VERSION_H_
56
+
57
+ #define CUDNN_MAJOR 9
58
+ #define CUDNN_MINOR 10
59
+ #define CUDNN_PATCHLEVEL 1
60
+
61
+ #define CUDNN_VERSION (CUDNN_MAJOR * 10000 + CUDNN_MINOR * 100 + CUDNN_PATCHLEVEL)
62
+
63
+ /* cannot use constexpr here since this is a C-only file */
64
+ /* Below is the max SM version this cuDNN library is aware of and supports natively */
65
+
66
+ #define CUDNN_MAX_SM_MAJOR_NUMBER 12
67
+ #define CUDNN_MAX_SM_MINOR_NUMBER 0
68
+ #define CUDNN_MAX_DEVICE_VERSION (CUDNN_MAX_SM_MAJOR_NUMBER * 100 + CUDNN_MAX_SM_MINOR_NUMBER * 10)
69
+
70
+ #endif /* CUDNN_VERSION_H */
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nvidia-cudnn-cu12
3
- Version: 9.9.0.52
3
+ Version: 9.10.1.4
4
4
  Summary: cuDNN runtime libraries
5
5
  Home-page: https://developer.nvidia.com/cuda-zone
6
6
  Author: Nvidia CUDA Installer Team
7
7
  Author-email: compute_installer@nvidia.com
8
- License: NVIDIA Proprietary Software
8
+ License: LicenseRef-NVIDIA-Proprietary
9
9
  Keywords: cuda,nvidia,runtime,machine learning,deep learning
10
10
  Classifier: Development Status :: 4 - Beta
11
11
  Classifier: Intended Audience :: Developers
@@ -0,0 +1,20 @@
1
+ nvidia/cudnn/bin/cudnn64_9.dll,sha256=HceOZe-OIC-zlgdwbwl-VxNMgm60nU7RKz-dAOiBXgo,265760
2
+ nvidia/cudnn/bin/cudnn_adv64_9.dll,sha256=HWFgxGjCbKnIArKWMJgaB3GXLibCHOpj6nOOKHIKy3A,282445344
3
+ nvidia/cudnn/bin/cudnn_cnn64_9.dll,sha256=1_tiv0lWgGLrtIYOO433-P-PZWR7p0KpVIKSgwZf-80,4618272
4
+ nvidia/cudnn/bin/cudnn_engines_precompiled64_9.dll,sha256=bpjjG1Kgd5jdKs6Z4XMHrag_Fr-DTQHAt77cMiaUAoQ,513927224
5
+ nvidia/cudnn/bin/cudnn_engines_runtime_compiled64_9.dll,sha256=od_--2Mpy8DTgOiRvZCv61516avsVsonvGkWaqR06xg,20200504
6
+ nvidia/cudnn/bin/cudnn_graph64_9.dll,sha256=dwYmd3WSQ20_RlX30JidaBsouwNoS_BXkMZYMzC2iq0,2419248
7
+ nvidia/cudnn/bin/cudnn_heuristic64_9.dll,sha256=MQFosOkrDNE3--Ralo4t6X4predC0Dt3b5kNlxAJpuY,56823856
8
+ nvidia/cudnn/bin/cudnn_ops64_9.dll,sha256=Bd8PinDswRsPeWx0muiVnCTQhoENaJz_idhBZRGja4o,126509112
9
+ nvidia/cudnn/include/cudnn.h,sha256=EILVHTtWS6zo72_G7jNbZosr-lF_V8Bu_UKCY-XCGFU,2841
10
+ nvidia/cudnn/include/cudnn_adv.h,sha256=9e-slY4_VFKSHCLrw1WR1PzM06i_1b-UmlSbrvWWDdA,30855
11
+ nvidia/cudnn/include/cudnn_backend.h,sha256=rdTyTGHQftsrhWeJS6bQwZDQCzrdyAFhoj0gbRkn1F8,2751
12
+ nvidia/cudnn/include/cudnn_cnn.h,sha256=CP86IhFVgyptnlWHQwBGCXx8TDWdj1wN-L1U0zLOjJ4,36700
13
+ nvidia/cudnn/include/cudnn_graph.h,sha256=RtGxwb0ReiDiAUQvAnYQDUxGTnFjIf8XhH4AwSbQ9zI,44680
14
+ nvidia/cudnn/include/cudnn_ops.h,sha256=a2rVKqQH3om-4l1d6ssiKYwXlPJmAv1ANsLtxhS25c4,63635
15
+ nvidia/cudnn/include/cudnn_version.h,sha256=wdnYUVBJT1MPR3gtLpMKQzX0PraxRoTCvQ4aXNvNShw,3114
16
+ nvidia_cudnn_cu12-9.10.1.4.dist-info/licenses/License.txt,sha256=Sc95vbNXNLUv5iAwE7O9dZ-B6ZjNMqosZcUduaiMYdI,18174
17
+ nvidia_cudnn_cu12-9.10.1.4.dist-info/METADATA,sha256=YHSQMQKA7ilrRVe-RPDa_O3z8KqnfXnJbCGxtVA4ftc,1795
18
+ nvidia_cudnn_cu12-9.10.1.4.dist-info/WHEEL,sha256=4cvAR2LpmdqpvXM0-t_4duJjmI_AlyeOb6Zx6aFyoSA,97
19
+ nvidia_cudnn_cu12-9.10.1.4.dist-info/top_level.txt,sha256=fTkAtiFuL16nUrB9ytDDtpytz2t0B4NvYTnRzwAhO14,7
20
+ nvidia_cudnn_cu12-9.10.1.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.4.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-win_amd64
5
5
 
nvidia/__init__.py DELETED
File without changes
nvidia/cudnn/__init__.py DELETED
File without changes
File without changes
File without changes
@@ -1,24 +0,0 @@
1
- nvidia/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- nvidia/cudnn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- nvidia/cudnn/bin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- nvidia/cudnn/bin/cudnn64_9.dll,sha256=ifyw83uwmDvn9dmNuioj3gU52p9_DhmU3rDvACq9dkw,265760
5
- nvidia/cudnn/bin/cudnn_adv64_9.dll,sha256=WnwsqkMEDpFGtaAZlVTkG2Zh_Y-YaiFdvsKrHyk9swY,282425904
6
- nvidia/cudnn/bin/cudnn_cnn64_9.dll,sha256=xwxYaE2OMJMKKY5tsm9bk0u61UNVbC40aqyYOSRxmdI,4596792
7
- nvidia/cudnn/bin/cudnn_engines_precompiled64_9.dll,sha256=RckGMk-_kEczj0OggFphqUAMuICaOiA8QldzA9de9Fw,607115296
8
- nvidia/cudnn/bin/cudnn_engines_runtime_compiled64_9.dll,sha256=ZhfoPREEhtqTaZZiGXREpAC23cQN2kKhg9_skNkTkGk,26480672
9
- nvidia/cudnn/bin/cudnn_graph64_9.dll,sha256=fNMqzY-LCt4sjy140djMdFgeiL0yhLWQc-l3Trogr0Y,2339360
10
- nvidia/cudnn/bin/cudnn_heuristic64_9.dll,sha256=k93JbqLnK_fWRUtFCTmhCOW5Y0dD0ksb2t3zuqSi4uY,58987552
11
- nvidia/cudnn/bin/cudnn_ops64_9.dll,sha256=xbzaW-FvaJXtxWk_43hIIRGKvsAVajnK5fJXdIInLP0,126481952
12
- nvidia/cudnn/include/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- nvidia/cudnn/include/cudnn.h,sha256=Ldz0RcXGZWiGu3hkHhj9_e75bNp_87fxrE9dpytNOec,2909
14
- nvidia/cudnn/include/cudnn_adv.h,sha256=ipoqw8MYOElnMSf0cxGqiTw-D1aaBbwW7H572-UZmmg,31523
15
- nvidia/cudnn/include/cudnn_backend.h,sha256=2h6FrIECmrZKQsyvowppl4XiNhviioPgKlyowj1V_Z0,2811
16
- nvidia/cudnn/include/cudnn_cnn.h,sha256=q5Vk4DfwRclR04aSRSbXs33nwTRLq-iQLPWryHyLWwo,37392
17
- nvidia/cudnn/include/cudnn_graph.h,sha256=L3XOWMhK-HWiGflz0L40OChiZisSdH5AKSgIh2wR6dI,42341
18
- nvidia/cudnn/include/cudnn_ops.h,sha256=vt4Qf98Mh1U9uytXLtRPSY_PH67t5yYLsOEo3AeHo2o,64950
19
- nvidia/cudnn/include/cudnn_version.h,sha256=1UJOprRPduEv4CSuZVZtLoAG6gJE7vdDTZ4FCOPI8xg,3183
20
- nvidia_cudnn_cu12-9.9.0.52.dist-info/licenses/License.txt,sha256=Sc95vbNXNLUv5iAwE7O9dZ-B6ZjNMqosZcUduaiMYdI,18174
21
- nvidia_cudnn_cu12-9.9.0.52.dist-info/METADATA,sha256=ixExZTgN5Jb1FtTdFt64RiyyBiNtxMPV6FQLIecvx2M,1793
22
- nvidia_cudnn_cu12-9.9.0.52.dist-info/WHEEL,sha256=GRAwO4abswPoD8u6X5Ix8yKoy-wTIXRf_V-PAIDNIsM,97
23
- nvidia_cudnn_cu12-9.9.0.52.dist-info/top_level.txt,sha256=fTkAtiFuL16nUrB9ytDDtpytz2t0B4NvYTnRzwAhO14,7
24
- nvidia_cudnn_cu12-9.9.0.52.dist-info/RECORD,,