Skip to content

Commit

Permalink
Add gcc-13 devcontainer to cccl
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco committed Oct 9, 2023
1 parent 93c633b commit c9cee57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ x-gcc-9: &gcc_9 { name: "gcc", version: "9" }
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-oneapi: &oneapi_2022 { name: "oneapi", version: "2023.2.0" }
Expand Down Expand Up @@ -79,6 +80,7 @@ include:
- {features: [*nvhpc_curr, *python, *cccl_dev, *cccl_clang_format], env: *nvhpc_env}
- {features: [*gcc_11, {<<: *cuda_curr_max, <<: *cccl_cuda_opts}, *python, *cccl_dev, *cccl_clang_format], env: *gcc_env}
- {features: [*gcc_12, {<<: *cuda_curr_max, <<: *cccl_cuda_opts}, *python, *cccl_dev, *cccl_clang_format], env: *gcc_env}
- {features: [*gcc_13, {<<: *cuda_curr_max, <<: *cccl_cuda_opts}, *python, *cccl_dev, *cccl_clang_format], env: *gcc_env}
- {features: [*llvm_15, {<<: *cuda_curr_max, <<: *cccl_cuda_opts}, *python, *cccl_dev, *cccl_clang_format], env: *llvm_env}
- {features: [*llvm_prev, {<<: *cuda_curr_max, <<: *cccl_cuda_opts}, *python, *cccl_dev, *cccl_clang_format], env: *llvm_env}
- {features: [*llvm_curr, {<<: *cuda_curr_max, <<: *cccl_cuda_opts}, *python, *cccl_dev, *cccl_clang_format], env: *llvm_env}
Expand Down

0 comments on commit c9cee57

Please sign in to comment.