From 62bc827055084b4d9ea51b292902e411a29a0ac1 Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Fri, 6 Sep 2024 09:29:55 +0200 Subject: [PATCH] Add `CUDAHOSTCXX` env variable to nvhpc containers 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 }