|
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | | - <script src="_static/documentation_options.js?v=9dcf7b5c"></script> |
| 47 | + <script src="_static/documentation_options.js?v=c5c6e5e2"></script> |
48 | 48 | <script src="_static/doctools.js?v=9bcbadda"></script> |
49 | 49 | <script src="_static/sphinx_highlight.js?v=dc90522c"></script> |
50 | 50 | <script src="_static/clipboard.min.js?v=a7894cd8"></script> |
|
53 | 53 | <script> |
54 | 54 | DOCUMENTATION_OPTIONS.theme_version = '0.16.1'; |
55 | 55 | DOCUMENTATION_OPTIONS.theme_switcher_json_url = 'https://nvidia.github.io/cuda-python/cuda-core/nv-versions.json'; |
56 | | - DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev23'; |
| 56 | + DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev26'; |
57 | 57 | DOCUMENTATION_OPTIONS.show_version_warning_banner = |
58 | 58 | false; |
59 | 59 | </script> |
|
498 | 498 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.get_nvml_version.html">cuda.core.system.get_nvml_version</a></li> |
499 | 499 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.get_process_name.html">cuda.core.system.get_process_name</a></li> |
500 | 500 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.Device.html">cuda.core.system.Device</a></li> |
| 501 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.DeviceArchitecture.html">cuda.core.system.DeviceArchitecture</a></li> |
| 502 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html">cuda.core.system.MemoryInfo</a></li> |
| 503 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.BAR1MemoryInfo.html">cuda.core.system.BAR1MemoryInfo</a></li> |
| 504 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</a></li> |
501 | 505 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.utils.args_viewable_as_strided_memory.html">cuda.core.utils.args_viewable_as_strided_memory</a></li> |
502 | 506 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.utils.StridedMemoryView.html">cuda.core.utils.StridedMemoryView</a></li> |
503 | 507 | </ul> |
@@ -705,6 +709,18 @@ <h2>CUDA system information and NVIDIA Management Library (NVML)<a class="header |
705 | 709 | <tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.Device.html#cuda.core.system.Device" title="cuda.core.system.Device"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.Device</span></code></a>(int index, uuid)</p></td> |
706 | 710 | <td><p>Representation of a device.</p></td> |
707 | 711 | </tr> |
| 712 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.DeviceArchitecture.html#cuda.core.system.DeviceArchitecture" title="cuda.core.system.DeviceArchitecture"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.DeviceArchitecture</span></code></a>(architecture)</p></td> |
| 713 | +<td><p>Device architecture enumeration.</p></td> |
| 714 | +</tr> |
| 715 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html#cuda.core.system.MemoryInfo" title="cuda.core.system.MemoryInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.MemoryInfo</span></code></a>(memory_info)</p></td> |
| 716 | +<td><p>Memory allocation information for a device.</p></td> |
| 717 | +</tr> |
| 718 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.BAR1MemoryInfo.html#cuda.core.system.BAR1MemoryInfo" title="cuda.core.system.BAR1MemoryInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.BAR1MemoryInfo</span></code></a>(memory_info)</p></td> |
| 719 | +<td><p>BAR1 Memory allocation information for a device.</p></td> |
| 720 | +</tr> |
| 721 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.PciInfo.html#cuda.core.system.PciInfo" title="cuda.core.system.PciInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.PciInfo</span></code></a>(pci_info)</p></td> |
| 722 | +<td><p>PCI information about a GPU device.</p></td> |
| 723 | +</tr> |
708 | 724 | </tbody> |
709 | 725 | </table> |
710 | 726 | </div> |
|
0 commit comments