Skip to content

Commit

Permalink
Merge pull request #1571 from FluxML/dg/cuda16
Browse files Browse the repository at this point in the history
Cuda 3.0 support
  • Loading branch information
DhairyaLGandhi authored Apr 23, 2021
2 parents 8a5b977 + e5325c0 commit 509b21a
Show file tree
Hide file tree
Showing 11 changed files with 469 additions and 45 deletions.
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

2 comments on commit 509b21a

@DhairyaLGandhi
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/35139

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.12.2 -m "<description of version>" 509b21a4083f0ddc791f5a032c7ffb083d6e7f00
git push origin v0.12.2

Please sign in to comment.