Skip to content

Commit

Permalink
Upgrade CCCL clang-format to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jan 7, 2025
1 parent e1168d7 commit 8e3fc58
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 @@ -43,7 +43,7 @@ x-openmpi: &openmpi { name: "openmpi" }
x-cccl-dev: &cccl_dev { name: "cccl-dev", hide: true }
x-clangd-dev: &clangd_dev { name: "llvm", version: "dev", packages: "clangd", hide: true }
x-clangd-dev-bionic: &clangd_dev_bionic { name: "llvm", version: "19", packages: "clangd", hide: true }
x-clang-format-cccl: &clang_format_cccl { name: "llvm", version: "18", packages: "clang-format llvm-tools", hide: true }
x-clang-format-cccl: &clang_format_cccl { name: "llvm", version: "19", packages: "clang-format llvm-tools", hide: true }
x-clang-format-rapids: &clang_format_rapids { name: "llvm", version: "16", packages: "clang-format", hide: true }

# CCCL only needs a subset of the full CTK:
Expand Down

0 comments on commit 8e3fc58

Please sign in to comment.