Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cuda 3.0 support #1571

Merged
merged 18 commits into from
Apr 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
steps:
- label: "GPU integration - 1.5"
- label: "GPU integeration with julia v1.6" # change to "v1" when 1.6 is out
plugins:
- JuliaCI/julia#v1:
version: "1.5"
- JuliaCI/julia-test#v1: ~
agents:
queue: "juliagpu"
cuda: "*"
timeout_in_minutes: 60

- label: "GPU integration - 1.6"
plugins:
- JuliaCI/julia#v1:
version: '1.6'
version: "1"
- JuliaCI/julia-test#v1: ~
agents:
queue: "juliagpu"
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,14 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1' # Replace this with the minimum Julia version that your package supports.
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
# - windows-latest
- windows-latest
arch:
- x64
include:
- os: windows-latest
version: '1'
arch: x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ docs/build/
docs/site/
deps
.vscode
Manifest.toml
# Manifest.toml
Loading