Skip to content

Commit

Permalink
bump nvhpc versions (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt authored Jan 5, 2024
1 parent 0fdbbd6 commit 7da3b48
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 @@ -27,8 +27,8 @@ x-llvm-prev: &llvm_prev { name: "llvm", version: "16" }
x-llvm-curr: &llvm_curr { name: "llvm", version: "17" }
x-llvm-env: &llvm_env {CC: "clang", CXX: "clang++", CUDAHOSTCXX: "clang++"}

x-nvhpc-prev: &nvhpc_prev { name: "nvhpc", version: "23.5" }
x-nvhpc-curr: &nvhpc_curr { name: "nvhpc", version: "23.7" }
x-nvhpc-prev: &nvhpc_prev { name: "nvhpc", version: "23.9" }
x-nvhpc-curr: &nvhpc_curr { name: "nvhpc", version: "23.11" }
x-nvhpc-env: &nvhpc_env {CC: "nvc", CXX: "nvc++"}

x-rust: &rust { name: "rust" }
Expand Down

0 comments on commit 7da3b48

Please sign in to comment.