Skip to content

Commit

Permalink
Add CUB nolid testing to per-PR h100.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Feb 11, 2025
1 parent 896e411 commit b4d633e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ workflows:
- {jobs: ['build'], std: 'all', ctk: '12.5', cxx: 'nvhpc'}
- {jobs: ['build'], std: 'max', cxx: ['gcc', 'clang'], cpu: 'arm64'}
- {jobs: ['build'], std: 'max', cxx: 'gcc', sm: ['90;90a;100']}
- {jobs: ['test_lid0'], project: 'cub', std: 'max', gpu: 'h100', sm: 'gpu' }
- {jobs: ['test_gpu'], project: 'thrust', std: 'max', gpu: 'h100', sm: 'gpu' }
- {jobs: ['test'], project: ['libcudacxx', 'cudax'], std: 'max', gpu: 'h100', sm: 'gpu' }
- {jobs: ['test_nolid', 'test_lid0'], project: 'cub', std: 'max', gpu: 'h100', sm: 'gpu' }
- {jobs: ['test_gpu'], project: 'thrust', std: 'max', gpu: 'h100', sm: 'gpu' }
- {jobs: ['test'], project: ['libcudacxx', 'cudax'], std: 'max', gpu: 'h100', sm: 'gpu' }
# Test Thrust 32-bit-only dispatch here, since it's most likely to break. 64-bit-only is tested in nightly.
- {jobs: ['test_gpu'], project: 'thrust', cmake_options: '-DTHRUST_DISPATCH_TYPE=Force32bit', gpu: 'rtx4090'}
# default_projects: clang-cuda
Expand Down

0 comments on commit b4d633e

Please sign in to comment.