Skip to content

Commit

Permalink
Add single precision
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Nov 8, 2024
1 parent 84b38d6 commit 333b0cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
matrix:
config-name:
- nvhpc-gpu-cuda-DP
- nvhpc-gpu-cuda-SP
steps:
#
# Build, run and check (fetch the log)
Expand Down
5 changes: 5 additions & 0 deletions .gitlab/levante.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ nvhpc-gpu-cuda-DP:
extends:
- .dp
- .nvhpc-gpu-openacc

nvhpc-gpu-cuda-SP:
extends:
- .sp
- .nvhpc-gpu-openacc

0 comments on commit 333b0cd

Please sign in to comment.