Skip to content

Commit

Permalink
Add CUDAHOSTCXX envvar to gcc-env/clang-env
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad authored Oct 25, 2023
1 parent 1ab9117 commit 4e5a0cb
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 @@ -11,7 +11,7 @@ x-gcc-10: &gcc_10 { name: "gcc", version: "10" }
x-gcc-11: &gcc_11 { name: "gcc", version: "11" }
x-gcc-12: &gcc_12 { name: "gcc", version: "12" }
x-gcc-13: &gcc_13 { name: "gcc", version: "13" }
x-gcc-env: &gcc_env {CC: "gcc", CXX: "g++"}
x-gcc-env: &gcc_env {CC: "gcc", CXX: "g++", CUDAHOSTCXX: "g++"}

x-oneapi: &oneapi_2022 { name: "oneapi", version: "2023.2.0" }
x-oneapi-env: &onapi_env {CC: "icc", CXX: "icpc"}
Expand All @@ -25,7 +25,7 @@ x-llvm-14: &llvm_14 { name: "llvm", version: "14" }
x-llvm-15: &llvm_15 { name: "llvm", version: "15" }
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++"}
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" }
Expand Down

0 comments on commit 4e5a0cb

Please sign in to comment.