|
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | | - <script src="_static/documentation_options.js?v=39b7ff45"></script> |
| 47 | + <script src="_static/documentation_options.js?v=9dcf7b5c"></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.dev22'; |
| 56 | + DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev23'; |
57 | 57 | DOCUMENTATION_OPTIONS.show_version_warning_banner = |
58 | 58 | false; |
59 | 59 | </script> |
|
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 | 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.FieldId.html">cuda.core.system.FieldId</a></li> |
| 503 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.FieldValue.html">cuda.core.system.FieldValue</a></li> |
| 504 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.FieldValues.html">cuda.core.system.FieldValues</a></li> |
502 | 505 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html">cuda.core.system.MemoryInfo</a></li> |
503 | 506 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.BAR1MemoryInfo.html">cuda.core.system.BAR1MemoryInfo</a></li> |
504 | 507 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</a></li> |
@@ -712,13 +715,22 @@ <h2>CUDA system information and NVIDIA Management Library (NVML)<a class="header |
712 | 715 | <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 | 716 | <td><p>Device architecture enumeration.</p></td> |
714 | 717 | </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> |
| 718 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.FieldId.html#cuda.core.system.FieldId" title="cuda.core.system.FieldId"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.FieldId</span></code></a>(value[, names, module, ...])</p></td> |
| 719 | +<td><p></p></td> |
| 720 | +</tr> |
| 721 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.FieldValue.html#cuda.core.system.FieldValue" title="cuda.core.system.FieldValue"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.FieldValue</span></code></a>(field_value)</p></td> |
| 722 | +<td><p>Represents the data from a single field value.</p></td> |
| 723 | +</tr> |
| 724 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.FieldValues.html#cuda.core.system.FieldValues" title="cuda.core.system.FieldValues"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.FieldValues</span></code></a>(field_values)</p></td> |
| 725 | +<td><p>Container of multiple field values.</p></td> |
| 726 | +</tr> |
| 727 | +<tr class="row-odd"><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 | 728 | <td><p>Memory allocation information for a device.</p></td> |
717 | 729 | </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> |
| 730 | +<tr class="row-even"><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 | 731 | <td><p>BAR1 Memory allocation information for a device.</p></td> |
720 | 732 | </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> |
| 733 | +<tr class="row-odd"><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 | 734 | <td><p>PCI information about a GPU device.</p></td> |
723 | 735 | </tr> |
724 | 736 | </tbody> |
|
0 commit comments