Skip to content

Commit

Permalink
Add gcc-14 devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
wmaxey authored Jan 9, 2025
1 parent 0e930ca commit 0572289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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-14: &gcc_14 { name: "gcc", version: "14" }
x-gcc-env: &gcc_env { CC: "gcc", CXX: "g++", CUDAHOSTCXX: "g++" }

x-oneapi: &oneapi_2022 { name: "oneapi", version: "2023.2.0" }
Expand Down Expand Up @@ -138,7 +139,8 @@ include:
- os: "ubuntu:24.04"
images:
- { features: [*python, *gcc_13, { <<: *cuda_curr_max, <<: *cccl_cuda_opts }, *clang_format_cccl, *clangd_dev, *cccl_dev], env: *gcc_env }

- { features: [*python, *gcc_14, { <<: *cuda_curr_max, <<: *cccl_cuda_opts }, *clang_format_cccl, *clangd_dev, *cccl_dev], env: *gcc_env }

- os: "windows"
images:
# lowest CUDA version
Expand Down

0 comments on commit 0572289

Please sign in to comment.