Skip to content

Commit

Permalink
Change CUDA version to 12.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csbnw committed Jan 6, 2025
1 parent 2058c3e commit 1806fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: run
runs-on: ubuntu-22.04
env:
cuda-version: "12.2.0"
cuda-version: "12.6.1"
hip-version: "6.1.3"
amdgpu-version: "6.1.60103-1_all"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# clang defaults to v14.0.0
gcc-version: "12" # = 12.1.0
# cuda version to install with separate action
cuda-version: "12.2.0"
cuda-version: "12.6.1"
# version for cmake-lint and cmake-format
clang-format-version: "v18.1.4"
cmake-format-version: "v0.6.13"
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- clang-tools==14.0.0
- cmake>=3.17
- cppcheck==2.7.5
- cudatoolkit-dev==12.2.0
- cudatoolkit-dev==12.6.1
- cxx-compiler
- doxygen
- gcovr
Expand Down

0 comments on commit 1806fc6

Please sign in to comment.