From 9f887335d69a8f0ee175ee94aba55884e6dccc63 Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Fri, 6 Sep 2024 19:02:59 +0200 Subject: [PATCH] Add `CUDAHOSTCXX` env variable to nvhpc containers (#390) This is needed for cccl --- matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix.yml b/matrix.yml index 92608cc1..9846e226 100644 --- a/matrix.yml +++ b/matrix.yml @@ -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 }