Skip to content

Commit

Permalink
Merge pull request #185 from qulacs/upgrade-cuda-version
Browse files Browse the repository at this point in the history
cuda 12.2.0 -> 12.6.2
  • Loading branch information
KowerKoint authored Nov 27, 2024
2 parents 2eabac4 + ec83f31 commit 214c972
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/gpu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvidia/cuda:12.2.0-devel-ubuntu22.04
FROM nvidia/cuda:12.6.1-devel-ubuntu22.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ jobs:

- name: Install CUDA toolkit
if: ${{ matrix.device == 'cuda' }}
uses: Jimver/[email protected].11
uses: Jimver/[email protected].19
with:
cuda: "12.2.0"
cuda: "12.6.1"
method: "network"

- name: Show installed Compiler version
Expand Down Expand Up @@ -137,9 +137,9 @@ jobs:

- name: Install CUDA toolkit
if: ${{ matrix.device == 'cuda' }}
uses: Jimver/[email protected].11
uses: Jimver/[email protected].19
with:
cuda: "12.2.0"
cuda: "12.6.1"
method: "network"

- name: Show installed Compiler version
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:

- name: Install CUDA toolkit
if: ${{ matrix.device == 'cuda' }}
uses: Jimver/[email protected].11
uses: Jimver/[email protected].19
with:
cuda: "12.2.0"
cuda: "12.6.1"
method: "network"

- name: Show installed Compiler version
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ scaluq は、量子回路シミュレータ [Qulacs](https://github.com/qulacs/q
- Ninja 1.10 以上
- GCC 11 以上
- CMake 3.21 以上
- CUDA 12.6 以上(GPU利用時のみ)
※これより低いバージョンでも動作する可能性はありますが確認していません

## 実行時要件
- CUDA 12.2 以上(GPU利用時のみ)
- CUDA 12.6 以上(GPU利用時のみ)
※これより低いバージョンでも動作する可能性はありますが確認していません

## C++ ライブラリとしてインストール

Expand Down

0 comments on commit 214c972

Please sign in to comment.