Skip to content

Commit

Permalink
Update matrix.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad authored Dec 13, 2024
1 parent d548c01 commit f9115d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ workflows:
# - {jobs: ['test'], project: 'thrust', std: 17, ctk: 'curr', cxx: ['gcc12', 'llvm16']}
#
override:
- {jobs: ['test_lid0'], project: ['cub'], gpu: 'h100', sm: 'gpu', std: 'max', cxx: 'gcc12' }


pull_request:
# Old CTK
Expand All @@ -27,7 +25,7 @@ workflows:
- {jobs: ['test_nolid', 'test_lid0'], project: ['cub'], std: 'max', cxx: ['gcc']}
- {jobs: ['test_lid1', 'test_lid2'], project: ['cub'], std: 'max', cxx: ['gcc']}
- {jobs: ['test_nolid', 'test_lid0'], project: ['cub'], std: 'max', cxx: ['clang', 'msvc']}

- {jobs: ['test_lid0'], project: ['cub'], std: 'max', cxx: 'gcc12', gpu: 'h100', sm: 'gpu' }
# Modded builds:
- {jobs: ['build'], std: [17, 20], ctk: '12.5', cxx: 'nvhpc'}
- {jobs: ['build'], std: 'max', cxx: ['gcc', 'clang'], cpu: 'arm64'}
Expand Down

0 comments on commit f9115d6

Please sign in to comment.