@@ -21,6 +21,13 @@ workflows:
2121 # args: '--preset libcudacxx --lit-tests "cuda/utility/basic_any.pass.cpp"' }
2222 #
2323 override :
24+ - {jobs: ['test'], project: ['thrust'], std: 20, cxx: ['gcc', 'clang', 'msvc'], gpu: 'rtx4090' }
25+ - {jobs: ['test'], project: ['cub'], std: 20, cxx: ['gcc', 'clang', 'msvc'], gpu: 'rtxa6000' }
26+ # TODO add coverage for these:
27+ - {jobs: ['test_nolid', 'test_lid0', 'test_lid2'],
28+ project : ' cub' , std: 20, cxx: ['gcc', 'clang', 'msvc'], cmake_options: "-DCUB_FORCE_RDC=ON", gpu: 'rtxa6000' }
29+ - {jobs: ['test_gpu'],
30+ project : ' thrust' , std: 20, cxx: ['gcc', 'clang', 'msvc'], cmake_options: "-DTHRUST_FORCE_RDC=ON", gpu: 'rtx4090' }
2431
2532 pull_request :
2633 # Old CTK: Oldest/newest supported host compilers:
@@ -546,7 +553,6 @@ projects:
546553
547554# testing -> Runner with GPU is in a nv-gh-runners testing pool
548555gpus :
549- v100 : { sm: 70 } # 32 GB, 40 runners
550556 t4 : { sm: 75 } # 16 GB, 10 runners
551557 rtx2080 : { sm: 75 } # 8 GB, 12 runners
552558 rtxa6000 : { sm: 86 } # 48 GB, 12 runners
0 commit comments