|
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | | - <script src="_static/documentation_options.js?v=32893bd5"></script> |
| 47 | + <script src="_static/documentation_options.js?v=ed6b127d"></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.dev34'; |
| 56 | + DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.5.1.dev38'; |
57 | 57 | DOCUMENTATION_OPTIONS.show_version_warning_banner = |
58 | 58 | false; |
59 | 59 | </script> |
|
512 | 512 | <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> |
513 | 513 | <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> |
514 | 514 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.Device.html">cuda.core.system.Device</a></li> |
| 515 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.DeviceArchitecture.html">cuda.core.system.DeviceArchitecture</a></li> |
| 516 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html">cuda.core.system.MemoryInfo</a></li> |
| 517 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.BAR1MemoryInfo.html">cuda.core.system.BAR1MemoryInfo</a></li> |
| 518 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</a></li> |
515 | 519 | <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> |
516 | 520 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.utils.StridedMemoryView.html">cuda.core.utils.StridedMemoryView</a></li> |
517 | 521 | </ul> |
518 | 522 | </details></li> |
519 | 523 | <li class="toctree-l1"><a class="reference internal" href="contribute.html">Contributing</a></li> |
520 | | -<li class="toctree-l1"><a class="reference internal" href="developer-guide.html">CUDA Core Developer Guide</a></li> |
521 | 524 | </ul> |
522 | 525 | <ul class="nav bd-sidenav"> |
| 526 | +<li class="toctree-l1"><a class="reference internal" href="developer-guide.html">CUDA Core Developer Guide</a></li> |
523 | 527 | <li class="toctree-l1"><a class="reference internal" href="conduct.html">Code of Conduct</a></li> |
524 | 528 | <li class="toctree-l1"><a class="reference internal" href="license.html">Software License Agreement</a></li> |
525 | 529 | </ul> |
@@ -720,6 +724,18 @@ <h2>CUDA system information and NVIDIA Management Library (NVML)<a class="header |
720 | 724 | <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> |
721 | 725 | <td><p>Representation of a device.</p></td> |
722 | 726 | </tr> |
| 727 | +<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> |
| 728 | +<td><p>Device architecture enumeration.</p></td> |
| 729 | +</tr> |
| 730 | +<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> |
| 731 | +<td><p>Memory allocation information for a device.</p></td> |
| 732 | +</tr> |
| 733 | +<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> |
| 734 | +<td><p>BAR1 Memory allocation information for a device.</p></td> |
| 735 | +</tr> |
| 736 | +<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> |
| 737 | +<td><p>PCI information about a GPU device.</p></td> |
| 738 | +</tr> |
723 | 739 | </tbody> |
724 | 740 | </table> |
725 | 741 | </div> |
|
0 commit comments