Skip to content

Commit

Permalink
documentation update: CUDA version for Volta/Pascal GPU
Browse files Browse the repository at this point in the history
issue at #807
  • Loading branch information
kaigai committed Jul 9, 2024
1 parent 0ce13e9 commit c248cad
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,5 +248,5 @@ <h2 id="support-policy">Support Policy</h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-09 03:44:18.336926+00:00
Build Date UTC : 2024-07-09 04:47:05.529387+00:00
-->
4 changes: 2 additions & 2 deletions docs/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ <h2 id="cuda-toolkit-installation">CUDA Toolkit Installation</h2>
<p class="admonition-title">Tips</p>
<p><strong>Use of Volta or former GPUs</strong></p>
<p>The open source edition of the nvidia driver does not support Volta generation GPUs or former.
Therefore, if you want to use PG-Strom with Volta or Pascal generation GPUs, you need to use CUDA 12.2, whose proprietary driver supports GPUDirect Storage.
The CUDA 12.2 package can be obtained <a href="https://developer.nvidia.com/cuda-12-2-2-download-archive?target_os=Linux&amp;target_arch=x86_64&amp;Distribution=RHEL&amp;target_version=8&amp;target_type=rpm_local">here</a>.</p>
Therefore, if you want to use PG-Strom with Volta or Pascal generation GPUs, you need to use CUDA 12.2 Update 1, whose proprietary driver supports GPUDirect Storage.
The CUDA 12.2 Update 1 package can be obtained <a href="https://developer.nvidia.com/cuda-12-2-1-download-archive?target_os=Linux&amp;target_arch=x86_64&amp;Distribution=RHEL&amp;target_version=8&amp;target_type=rpm_local">here</a>.</p>
</div>
<p>Next, install the driver module <code>nvidia-gds</code> for the GPU-Direct Storage (GDS).
Please specify the same version name as the CUDA Toolkit version after the package name.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ <h2 id="_6">サポートポリシー</h2>

<!--
MkDocs version : 1.6.0
Build Date UTC : 2024-07-09 03:44:18.886342+00:00
Build Date UTC : 2024-07-09 04:47:06.180862+00:00
-->
4 changes: 2 additions & 2 deletions docs/ja/install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ <h2 id="cuda-toolkit">CUDA Toolkitのインストール</h2>
<p class="admonition-title">Tips</p>
<p><strong>Volta以前のGPUの利用について</strong></p>
<p>オープンソース版nvidiaドライバは、Volta世代以前のGPUには対応していません。
したがって、VoltaまたはPascal世代のGPUでPG-Stromを利用する場合は、プロプラエタリ版のドライバがGPUDirect Storageに対応しているCUDA 12.2を利用する必要があります
CUDA 12.2のパッケージは<a href="https://developer.nvidia.com/cuda-12-2-2-download-archive?target_os=Linux&amp;target_arch=x86_64&amp;Distribution=RHEL&amp;target_version=8&amp;target_type=rpm_local">こちら</a>から入手する事ができます。</p>
したがって、VoltaまたはPascal世代のGPUでPG-Stromを利用する場合は、プロプラエタリ版のドライバであってもGPUDirect Storageに対応しているCUDA 12.2 Update 1を利用する必要があります
CUDA 12.2 Update 1のパッケージは<a href="https://developer.nvidia.com/cuda-12-2-1-download-archive?target_os=Linux&amp;target_arch=x86_64&amp;Distribution=RHEL&amp;target_version=8&amp;target_type=rpm_local">こちら</a>から入手する事ができます。</p>
</div>
<p>続いて、GPU-Direct Storage(GDS)を利用するためのドライバモジュール<code>nvidia-gds</code>をインストールします。
パッケージ名に続いてCUDA Toolkitのバージョンと同一のバージョン名を指定してください。</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/ja/search/search_index.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions man/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,8 +476,8 @@ CUDA Toolkitのインストールに続いて、ドライバをインストー
**Volta以前のGPUの利用について**

オープンソース版nvidiaドライバは、Volta世代以前のGPUには対応していません。
したがって、VoltaまたはPascal世代のGPUでPG-Stromを利用する場合は、プロプラエタリ版のドライバがGPUDirect Storageに対応しているCUDA 12.2を利用する必要があります
CUDA 12.2のパッケージは[こちら](https://developer.nvidia.com/cuda-12-2-2-download-archive?target_os=Linux&target_arch=x86_64&Distribution=RHEL&target_version=8&target_type=rpm_local)から入手する事ができます。
したがって、VoltaまたはPascal世代のGPUでPG-Stromを利用する場合は、プロプラエタリ版のドライバであってもGPUDirect Storageに対応しているCUDA 12.2 Update 1を利用する必要があります
CUDA 12.2 Update 1のパッケージは[こちら](https://developer.nvidia.com/cuda-12-2-1-download-archive?target_os=Linux&target_arch=x86_64&Distribution=RHEL&target_version=8&target_type=rpm_local)から入手する事ができます。
}

@en{
Expand All @@ -489,8 +489,8 @@ Please use the open source version of nvidia-driver here. Only the open source v
**Use of Volta or former GPUs**

The open source edition of the nvidia driver does not support Volta generation GPUs or former.
Therefore, if you want to use PG-Strom with Volta or Pascal generation GPUs, you need to use CUDA 12.2, whose proprietary driver supports GPUDirect Storage.
The CUDA 12.2 package can be obtained [here](https://developer.nvidia.com/cuda-12-2-2-download-archive?target_os=Linux&target_arch=x86_64&Distribution=RHEL&target_version=8&target_type=rpm_local).
Therefore, if you want to use PG-Strom with Volta or Pascal generation GPUs, you need to use CUDA 12.2 Update 1, whose proprietary driver supports GPUDirect Storage.
The CUDA 12.2 Update 1 package can be obtained [here](https://developer.nvidia.com/cuda-12-2-1-download-archive?target_os=Linux&target_arch=x86_64&Distribution=RHEL&target_version=8&target_type=rpm_local).
}

@ja{
Expand Down

0 comments on commit c248cad

Please sign in to comment.