Skip to content

Commit

Permalink
Add more coverage to nightly tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Feb 11, 2025
1 parent a6e518e commit 2cd66aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ workflows:
- {jobs: ['build'], std: 'all', ctk: '12.5', cxx: 'nvhpc'}
- {jobs: ['build'], std: 'all', cxx: ['gcc', 'clang'], cpu: 'arm64'}
- {jobs: ['build'], std: 'all', cxx: ['gcc'], sm: '90a'}
- {jobs: ['test_lid0'], project: 'cub', std: 'max', cxx: 'gcc', gpu: ['v100', 't4', 'l4', 'h100'], sm: '70;75;89;90;100'}
- {jobs: ['test_lid0'], project: 'cub', std: 'max', gpu: ['v100', 't4', 'l4', 'h100'], sm: '70;75;89;90;100'}
- {jobs: ['test'], project: ['thrust', 'libcudacxx', 'cudax'], std: 'max', gpu: ['v100', 't4', 'l4', 'h100'], sm: '70;75;89;90;100'}
# default_projects: clang-cuda
- {jobs: ['build'], std: 'all', cudacxx: 'clang', cxx: 'clang'}
# Disabled; see discussion on #3633. Should be fixed in clang-20.
Expand Down

0 comments on commit 2cd66aa

Please sign in to comment.