Skip to content

Commit

Permalink
bump nvhpc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Oct 2, 2024
1 parent 49aa876 commit c9f20c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ x-llvm-prev: &llvm_18 { name: "llvm", version: "18" }
x-llvm-curr: &llvm_19 { name: "llvm", version: "19" }
x-llvm-env: &llvm_env { CC: "clang", CXX: "clang++", CUDAHOSTCXX: "clang++" }

x-nvhpc-prev: &nvhpc_prev { name: "nvhpc", version: "24.5" }
x-nvhpc-curr: &nvhpc_curr { name: "nvhpc", version: "24.7" }
x-nvhpc-prev: &nvhpc_prev { name: "nvhpc", version: "24.7" }
x-nvhpc-curr: &nvhpc_curr { name: "nvhpc", version: "24.9" }

x-nvhpc-env: &nvhpc_env { CC: "nvc", CXX: "nvc++", CUDAHOSTCXX: "nvc++" }

Expand Down

0 comments on commit c9f20c5

Please sign in to comment.