Skip to content
Open
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
10 changes: 3 additions & 7 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
cuda: "*"
multigpu: "*"
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 30
timeout_in_minutes: 45
matrix:
setup:
julia:
Expand All @@ -37,10 +37,11 @@ steps:
cuda: "*"
multigpu: "*"
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
timeout_in_minutes: 30
timeout_in_minutes: 45
matrix:
setup:
cuda:
- "13.0"
- "12.9"
- "12.8"
- "12.6"
Expand All @@ -50,11 +51,6 @@ steps:
- "12.2"
- "12.1"
- "12.0"
- "11.8"
- "11.7"
- "11.6"
- "11.5"
- "11.4"
commands: |
echo -e "[extras]\nCUDA_Runtime_jll = \"76a88914-d11a-5bdc-97e0-2f5a05c973a2\"\nCUDA_Driver_jll = \"4ee394cb-3365-5eb0-8335-949819d2adfc\"" >>test/Project.toml
echo -e "[CUDA_Runtime_jll]\nversion = \"{{matrix.cuda}}\"" >test/LocalPreferences.toml
Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
name: Documenter
on:
push:
branches: [master]
branches: [main, master]
tags: [v*]
pull_request:

jobs:
Documenter:
permissions:
contents: write
statuses: write
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
show-versioninfo: true
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "NCCL"
uuid = "3fe64909-d7a1-4096-9b7d-7a0f12cf0f6b"
version = "0.1.1"
version = "0.1.2"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -10,4 +10,5 @@ NCCL_jll = "4d6d38e4-5b87-5e63-912a-873ff2d649b7"
[compat]
CEnum = "0.2, 0.3, 0.4, 0.5"
CUDA = "5"
NCCL_jll = "2.28.3"
julia = "1.10"
Loading