@@ -65,8 +65,13 @@ workflows:
6565 - {jobs: ['test'], project: 'cccl_c_parallel', ctk: '13.X', cxx: ['gcc13', 'msvc'], gpu: ['rtx2080', 'l4', 'h100']}
6666 # RTX PRO 6000 coverage (limited due to small number of runners):
6767 - {jobs: ['test'], project: 'cccl_c_parallel', ctk: '13.X', cxx: ['gcc13'], gpu: ['rtxpro6000']}
68- # c.parallel with ClangJIT (one gcc, one msvc to track build times before adding caching)
69- - {jobs: ['test'], project: 'cccl_c_parallel_clangjit', ctk: '13.X', cxx: ['gcc13', 'msvc'], gpu: 'rtx2080'}
68+ # c.parallel with ClangJIT
69+ #
70+ # For now, this is a separate job run for Linux/CUDA13.
71+ # Eventually we will want building with ClangJIT to be the
72+ # default, and will do it across the entire matrix. Currently
73+ # blocked on libnvfatbin availability on Windows containers, and for CUDA <12.4.
74+ - {jobs: ['test'], project: 'cccl_c_parallel_clangjit', ctk: '13.X', cxx: ['gcc13'], gpu: 'rtx2080'}
7075 # c.experimental.stf-- pinned to gcc13 to match python
7176 - {jobs: ['test'], project: 'cccl_c_stf', ctk: '12.X', cxx: 'gcc13', gpu: ['rtx2080']}
7277 - {jobs: ['test'], project: 'cccl_c_stf', ctk: '13.X', cxx: 'gcc13', gpu: ['rtx2080', 'l4', 'h100']}
0 commit comments