mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-26 01:38:53 +00:00
[pre-commit.ci] pre-commit autoupdate (#276)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.2](https://github.com/pre-commit/mirrors-clang-format/compare/v20.1.7...v21.1.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.2...v0.13.3) * Update matrix + devcontainers. * Fix typo. Co-authored-by: Oleksandr Pavlyk <21087696+oleksandr-pavlyk@users.noreply.github.com> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Allison Piper <alliepiper16@gmail.com> Co-authored-by: Oleksandr Pavlyk <21087696+oleksandr-pavlyk@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e7cc1e344c
commit
7feda2cf3a
@@ -3,7 +3,7 @@ cuda_curr_max: &cuda_prev_max '12.9'
|
||||
cuda_curr_max: &cuda_curr_max '13.0'
|
||||
|
||||
# The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers
|
||||
devcontainer_version: '25.10'
|
||||
devcontainer_version: '25.12'
|
||||
|
||||
# gcc compiler configurations
|
||||
gcc7: &gcc7 { name: 'gcc', version: '7', exe: 'g++' }
|
||||
@@ -22,6 +22,7 @@ llvm16: &llvm16 { name: 'llvm', version: '16', exe: 'clang++' }
|
||||
llvm17: &llvm17 { name: 'llvm', version: '17', exe: 'clang++' }
|
||||
llvm18: &llvm18 { name: 'llvm', version: '18', exe: 'clang++' }
|
||||
llvm19: &llvm19 { name: 'llvm', version: '19', exe: 'clang++' }
|
||||
llvm20: &llvm20 { name: 'llvm', version: '20', exe: 'clang++' }
|
||||
|
||||
# Each environment below will generate a unique build/test job
|
||||
# See the "compute-matrix" job in the workflow for how this is parsed and used
|
||||
@@ -66,3 +67,4 @@ pull_request:
|
||||
- {cuda: *cuda_curr_max, compiler: *llvm17, cpu: 'amd64'}
|
||||
- {cuda: *cuda_curr_max, compiler: *llvm18, cpu: 'amd64'}
|
||||
- {cuda: *cuda_curr_max, compiler: *llvm19, cpu: 'amd64'}
|
||||
- {cuda: *cuda_curr_max, compiler: *llvm20, cpu: 'amd64'}
|
||||
|
||||
Reference in New Issue
Block a user