Skip to content

Commit

Permalink
Add GPU path, fast path, parallelism and 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ToucheSir committed Dec 12, 2023
1 parent 7b67124 commit 29397bf
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 132 deletions.
4 changes: 3 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ steps:
Pkg.rm("ReTestItems") # not compatible with 1.6
end'
env:
GROUP: "CUDA" # TODO there are zero tests under this group
GROUP: "All"
TEST_FAST: true
TEST_WORKERS: 4
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 180
matrix:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GROUP: ${{ matrix.suite }}
TEST_FAST: ${{ matrix.version != '1' || matrix.os != 'ubuntu-latest' }}
strategy:
fail-fast: false
matrix:
version:
- '1' # Replace this with the minimum Julia version that your package supports.
- '1.6' # Replace this with the minimum Julia version that your package supports.
- '1'
- 'nightly'
os:
- ubuntu-latest
Expand Down
Loading

0 comments on commit 29397bf

Please sign in to comment.