cuda-toolkit 13.0.0__py2.py3-none-any.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.
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: cuda-toolkit
|
|
3
|
+
Version: 13.0.0
|
|
4
|
+
Summary: CUDA Toolkit meta-package
|
|
5
|
+
Project-URL: homepage, https://developer.nvidia.com/cuda-toolkit
|
|
6
|
+
Project-URL: documentation, https://docs.nvidia.com/cuda/
|
|
7
|
+
Author-email: NVIDIA Kitmaker Team <compute_installer@nvidia.com>
|
|
8
|
+
Keywords: cuda,nvidia
|
|
9
|
+
Classifier: Development Status :: 6 - Mature
|
|
10
|
+
Classifier: Environment :: GPU
|
|
11
|
+
Classifier: Environment :: GPU :: NVIDIA CUDA
|
|
12
|
+
Provides-Extra: all
|
|
13
|
+
Requires-Dist: nvidia-cublas==13.0.0.19.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
14
|
+
Requires-Dist: nvidia-cuda-cccl==13.0.50.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
15
|
+
Requires-Dist: nvidia-cuda-crt==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
16
|
+
Requires-Dist: nvidia-cuda-culibos==13.0.39.*; (sys_platform == 'linux') and extra == 'all'
|
|
17
|
+
Requires-Dist: nvidia-cuda-cupti==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
18
|
+
Requires-Dist: nvidia-cuda-cuxxfilt==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
19
|
+
Requires-Dist: nvidia-cuda-nvcc==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
20
|
+
Requires-Dist: nvidia-cuda-nvrtc==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
21
|
+
Requires-Dist: nvidia-cuda-opencl==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
22
|
+
Requires-Dist: nvidia-cuda-profiler-api==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
23
|
+
Requires-Dist: nvidia-cuda-runtime==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
24
|
+
Requires-Dist: nvidia-cuda-sanitizer-api==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
25
|
+
Requires-Dist: nvidia-cufft==12.0.0.15.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
26
|
+
Requires-Dist: nvidia-cufile==1.15.0.42.*; (sys_platform == 'linux') and extra == 'all'
|
|
27
|
+
Requires-Dist: nvidia-curand==10.4.0.35.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
28
|
+
Requires-Dist: nvidia-cusolver==12.0.3.29.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
29
|
+
Requires-Dist: nvidia-cusparse==12.6.2.49.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
30
|
+
Requires-Dist: nvidia-npp==13.0.0.50.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
31
|
+
Requires-Dist: nvidia-nvfatbin==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
32
|
+
Requires-Dist: nvidia-nvjitlink==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
33
|
+
Requires-Dist: nvidia-nvjpeg==13.0.0.40.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
34
|
+
Requires-Dist: nvidia-nvml-dev==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
35
|
+
Requires-Dist: nvidia-nvptxcompiler==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
36
|
+
Requires-Dist: nvidia-nvtx==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
37
|
+
Requires-Dist: nvidia-nvvm==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'all'
|
|
38
|
+
Provides-Extra: cccl
|
|
39
|
+
Requires-Dist: nvidia-cuda-cccl==13.0.50.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'cccl'
|
|
40
|
+
Provides-Extra: crt
|
|
41
|
+
Requires-Dist: nvidia-cuda-crt==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'crt'
|
|
42
|
+
Provides-Extra: cublas
|
|
43
|
+
Requires-Dist: nvidia-cublas==13.0.0.19.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'cublas'
|
|
44
|
+
Provides-Extra: cudart
|
|
45
|
+
Requires-Dist: nvidia-cuda-runtime==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'cudart'
|
|
46
|
+
Provides-Extra: cufft
|
|
47
|
+
Requires-Dist: nvidia-cufft==12.0.0.15.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'cufft'
|
|
48
|
+
Provides-Extra: cufile
|
|
49
|
+
Requires-Dist: nvidia-cufile==1.15.0.42.*; (sys_platform == 'linux') and extra == 'cufile'
|
|
50
|
+
Provides-Extra: culibos
|
|
51
|
+
Requires-Dist: nvidia-cuda-culibos==13.0.39.*; (sys_platform == 'linux') and extra == 'culibos'
|
|
52
|
+
Provides-Extra: cupti
|
|
53
|
+
Requires-Dist: nvidia-cuda-cupti==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'cupti'
|
|
54
|
+
Provides-Extra: curand
|
|
55
|
+
Requires-Dist: nvidia-curand==10.4.0.35.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'curand'
|
|
56
|
+
Provides-Extra: cusolver
|
|
57
|
+
Requires-Dist: nvidia-cusolver==12.0.3.29.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'cusolver'
|
|
58
|
+
Provides-Extra: cusparse
|
|
59
|
+
Requires-Dist: nvidia-cusparse==12.6.2.49.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'cusparse'
|
|
60
|
+
Provides-Extra: cuxxfilt
|
|
61
|
+
Requires-Dist: nvidia-cuda-cuxxfilt==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'cuxxfilt'
|
|
62
|
+
Provides-Extra: npp
|
|
63
|
+
Requires-Dist: nvidia-npp==13.0.0.50.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'npp'
|
|
64
|
+
Provides-Extra: nvcc
|
|
65
|
+
Requires-Dist: nvidia-cuda-nvcc==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvcc'
|
|
66
|
+
Provides-Extra: nvfatbin
|
|
67
|
+
Requires-Dist: nvidia-nvfatbin==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvfatbin'
|
|
68
|
+
Provides-Extra: nvjitlink
|
|
69
|
+
Requires-Dist: nvidia-nvjitlink==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvjitlink'
|
|
70
|
+
Provides-Extra: nvjpeg
|
|
71
|
+
Requires-Dist: nvidia-nvjpeg==13.0.0.40.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvjpeg'
|
|
72
|
+
Provides-Extra: nvml
|
|
73
|
+
Requires-Dist: nvidia-nvml-dev==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvml'
|
|
74
|
+
Provides-Extra: nvptxcompiler
|
|
75
|
+
Requires-Dist: nvidia-nvptxcompiler==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvptxcompiler'
|
|
76
|
+
Provides-Extra: nvrtc
|
|
77
|
+
Requires-Dist: nvidia-cuda-nvrtc==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvrtc'
|
|
78
|
+
Provides-Extra: nvtx
|
|
79
|
+
Requires-Dist: nvidia-nvtx==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvtx'
|
|
80
|
+
Provides-Extra: nvvm
|
|
81
|
+
Requires-Dist: nvidia-nvvm==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'nvvm'
|
|
82
|
+
Provides-Extra: opencl
|
|
83
|
+
Requires-Dist: nvidia-cuda-opencl==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'opencl'
|
|
84
|
+
Provides-Extra: profiler
|
|
85
|
+
Requires-Dist: nvidia-cuda-profiler-api==13.0.39.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'profiler'
|
|
86
|
+
Provides-Extra: sanitizer
|
|
87
|
+
Requires-Dist: nvidia-cuda-sanitizer-api==13.0.48.*; (sys_platform == 'linux' or sys_platform == 'win32') and extra == 'sanitizer'
|
|
88
|
+
Description-Content-Type: text/markdown
|
|
89
|
+
|
|
90
|
+
# cuda-toolkit 13.0.0
|
|
91
|
+
|
|
92
|
+
### [NVIDIA CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit)
|
|
93
|
+
|
|
94
|
+
> The NVIDIA CUDA Toolkit provides a development environment for creating high-performance, GPU-accelerated applications. With it, you can develop, optimize, and deploy your applications on GPU-accelerated embedded systems, desktop workstations, enterprise data centers, cloud-based platforms, and supercomputers. The toolkit includes GPU-accelerated libraries, debugging and optimization tools, a C/C++ compiler, and a runtime library.
|
|
95
|
+
|
|
96
|
+
### `cuda-toolkit` package
|
|
97
|
+
|
|
98
|
+
The `cuda-toolkit` package is a meta-package (a package that contains no software and only installs other packages) to install all or part of the NVIDIA CUDA Toolkit.
|
|
99
|
+
|
|
100
|
+
For instructions on how to use the `cuda-toolkit` package, please refer to the [NVIDIA CUDA Toolkit documentation](https://docs.nvidia.com/cuda/) and follow the installation guide for your platform. A summary of usage is also available below.
|
|
101
|
+
|
|
102
|
+
### Using the `cuda-toolkit` package
|
|
103
|
+
|
|
104
|
+
The `cuda-toolkit` package uses package extras to install all or part of the CUDA Toolkit.
|
|
105
|
+
Some examples of using the `cuda-toolkit` meta-package with extras:
|
|
106
|
+
|
|
107
|
+
Install all of the CUDA Toolkit
|
|
108
|
+
```
|
|
109
|
+
pip install cuda-toolkit[all]
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
Install just the CUDA Runtime
|
|
113
|
+
```
|
|
114
|
+
pip install cuda-toolkit[cudart]
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
Install cuBLAS, cuSOLVER, and cuSPARSE
|
|
118
|
+
```
|
|
119
|
+
pip install cuda-toolkit[cublas,cusolver,cusparse]
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
### Available extras
|
|
123
|
+
|
|
124
|
+
| Extra | Package | Version |
|
|
125
|
+
|-------|---------|---------|
|
|
126
|
+
| `all` | All packages below | |
|
|
127
|
+
| cccl | nvidia-cuda-cccl | 13.0.50 |
|
|
128
|
+
| crt | nvidia-cuda-crt | 13.0.48 |
|
|
129
|
+
| cublas | nvidia-cublas | 13.0.0.19 |
|
|
130
|
+
| cudart | nvidia-cuda-runtime | 13.0.48 |
|
|
131
|
+
| cufft | nvidia-cufft | 12.0.0.15 |
|
|
132
|
+
| cufile | nvidia-cufile | 1.15.0.42 |
|
|
133
|
+
| culibos | nvidia-cuda-culibos | 13.0.39 |
|
|
134
|
+
| cupti | nvidia-cuda-cupti | 13.0.48 |
|
|
135
|
+
| curand | nvidia-curand | 10.4.0.35 |
|
|
136
|
+
| cusolver | nvidia-cusolver | 12.0.3.29 |
|
|
137
|
+
| cusparse | nvidia-cusparse | 12.6.2.49 |
|
|
138
|
+
| cuxxfilt | nvidia-cuda-cuxxfilt | 13.0.39 |
|
|
139
|
+
| npp | nvidia-npp | 13.0.0.50 |
|
|
140
|
+
| nvcc | nvidia-cuda-nvcc | 13.0.48 |
|
|
141
|
+
| nvfatbin | nvidia-nvfatbin | 13.0.39 |
|
|
142
|
+
| nvjitlink | nvidia-nvjitlink | 13.0.39 |
|
|
143
|
+
| nvjpeg | nvidia-nvjpeg | 13.0.0.40 |
|
|
144
|
+
| nvml | nvidia-nvml-dev | 13.0.39 |
|
|
145
|
+
| nvptxcompiler | nvidia-nvptxcompiler | 13.0.48 |
|
|
146
|
+
| nvrtc | nvidia-cuda-nvrtc | 13.0.48 |
|
|
147
|
+
| nvtx | nvidia-nvtx | 13.0.39 |
|
|
148
|
+
| nvvm | nvidia-nvvm | 13.0.48 |
|
|
149
|
+
| opencl | nvidia-cuda-opencl | 13.0.39 |
|
|
150
|
+
| profiler | nvidia-cuda-profiler-api | 13.0.39 |
|
|
151
|
+
| sanitizer | nvidia-cuda-sanitizer-api | 13.0.48 |
|