Skip to content

Commit

Permalink
Add CUDAHOSTCXX env variable to nvhpc containers
Browse files Browse the repository at this point in the history
This is needed for cccl
  • Loading branch information
miscco committed Sep 6, 2024
1 parent 68807e3 commit 2cd394a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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-env: &nvhpc_env { CC: "nvc", CXX: "nvc++" }
x-nvhpc-env: &nvhpc_env { CC: "nvc", CXX: "nvc++", CUDAHOSTCXX: "nvc++" }

x-mambaforge: &conda { name: "mambaforge" }
x-python: &python { name: "ghcr.io/devcontainers/features/python:1.6.2", version: "os-provided", installTools: "false", hide: true }
Expand Down

0 comments on commit 2cd394a

Please sign in to comment.