Skip to content

Commit

Permalink
Re-enable Thrust/CUB builds and tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Jul 7, 2023
1 parent eb4f7ce commit d716181
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
compiler: ${{ fromJSON(needs.compute-matrix.outputs.COMPILERS) }}
with:
per_cuda_compiler_matrix: ${{ toJSON(fromJSON(needs.compute-matrix.outputs.PER_CUDA_COMPILER_MATRIX)[ format('{0}-{1}', matrix.cuda_version, matrix.compiler) ]) }}
build_script: #"./ci/build_thrust.sh"
test_script: #"./ci/test_thrust.sh"
build_script: "./ci/build_thrust.sh"
test_script: "./ci/test_thrust.sh"

cub:
name: CUB CUDA${{ matrix.cuda_version }} ${{ matrix.compiler }}
Expand All @@ -49,8 +49,8 @@ jobs:
compiler: ${{ fromJSON(needs.compute-matrix.outputs.COMPILERS) }}
with:
per_cuda_compiler_matrix: ${{ toJSON(fromJSON(needs.compute-matrix.outputs.PER_CUDA_COMPILER_MATRIX)[ format('{0}-{1}', matrix.cuda_version, matrix.compiler) ]) }}
build_script: #"./ci/build_cub.sh"
test_script: #"./ci/test_cub.sh"
build_script: "./ci/build_cub.sh"
test_script: "./ci/test_cub.sh"

libcudacxx:
name: libcudacxx CUDA${{ matrix.cuda_version }} ${{ matrix.compiler }}
Expand Down

0 comments on commit d716181

Please sign in to comment.