|
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 | | - <script src="_static/documentation_options.js?v=50c15500"></script> |
| 47 | + <script src="_static/documentation_options.js?v=f4b9d119"></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.17.0'; |
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.7.1.dev20'; |
| 56 | + DOCUMENTATION_OPTIONS.theme_switcher_version_match = '0.7.1.dev21'; |
57 | 57 | DOCUMENTATION_OPTIONS.show_version_warning_banner = |
58 | 58 | false; |
59 | 59 | </script> |
|
598 | 598 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.GpuTopologyLevel.html">cuda.core.system.GpuTopologyLevel</a></li> |
599 | 599 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.InforomInfo.html">cuda.core.system.InforomInfo</a></li> |
600 | 600 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MemoryInfo.html">cuda.core.system.MemoryInfo</a></li> |
| 601 | +<li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.MigInfo.html">cuda.core.system.MigInfo</a></li> |
601 | 602 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.PciInfo.html">cuda.core.system.PciInfo</a></li> |
602 | 603 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.RepairStatus.html">cuda.core.system.RepairStatus</a></li> |
603 | 604 | <li class="toctree-l2"><a class="reference internal" href="generated/cuda.core.system.Temperature.html">cuda.core.system.Temperature</a></li> |
@@ -1104,19 +1105,22 @@ <h3>Types<a class="headerlink" href="#types" title="Link to this heading">#</a>< |
1104 | 1105 | <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> |
1105 | 1106 | <td><p>Memory allocation information for a device.</p></td> |
1106 | 1107 | </tr> |
1107 | | -<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_ext, int handle)</p></td> |
| 1108 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.MigInfo.html#cuda.core.system.MigInfo" title="cuda.core.system.MigInfo"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.MigInfo</span></code></a>(Device device)</p></td> |
| 1109 | +<td><p></p></td> |
| 1110 | +</tr> |
| 1111 | +<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_ext, int handle)</p></td> |
1108 | 1112 | <td><p>PCI information about a GPU device.</p></td> |
1109 | 1113 | </tr> |
1110 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.RepairStatus.html#cuda.core.system.RepairStatus" title="cuda.core.system.RepairStatus"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.RepairStatus</span></code></a>(int handle)</p></td> |
| 1114 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.RepairStatus.html#cuda.core.system.RepairStatus" title="cuda.core.system.RepairStatus"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.RepairStatus</span></code></a>(int handle)</p></td> |
1111 | 1115 | <td><p>Repair status for TPC/Channel repair.</p></td> |
1112 | 1116 | </tr> |
1113 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.Temperature.html#cuda.core.system.Temperature" title="cuda.core.system.Temperature"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.Temperature</span></code></a>(int handle)</p></td> |
| 1117 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.Temperature.html#cuda.core.system.Temperature" title="cuda.core.system.Temperature"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.Temperature</span></code></a>(int handle)</p></td> |
1114 | 1118 | <td><p></p></td> |
1115 | 1119 | </tr> |
1116 | | -<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.ThermalSensor.html#cuda.core.system.ThermalSensor" title="cuda.core.system.ThermalSensor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ThermalSensor</span></code></a>(int ptr, owner)</p></td> |
| 1120 | +<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.ThermalSensor.html#cuda.core.system.ThermalSensor" title="cuda.core.system.ThermalSensor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ThermalSensor</span></code></a>(int ptr, owner)</p></td> |
1117 | 1121 | <td><p></p></td> |
1118 | 1122 | </tr> |
1119 | | -<tr class="row-even"><td><p><a class="reference internal" href="generated/cuda.core.system.ThermalSettings.html#cuda.core.system.ThermalSettings" title="cuda.core.system.ThermalSettings"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ThermalSettings</span></code></a>(thermal_settings)</p></td> |
| 1123 | +<tr class="row-odd"><td><p><a class="reference internal" href="generated/cuda.core.system.ThermalSettings.html#cuda.core.system.ThermalSettings" title="cuda.core.system.ThermalSettings"><code class="xref py py-obj docutils literal notranslate"><span class="pre">system.ThermalSettings</span></code></a>(thermal_settings)</p></td> |
1120 | 1124 | <td><p></p></td> |
1121 | 1125 | </tr> |
1122 | 1126 | </tbody> |
|
0 commit comments