Skip to content

Commit

Permalink
Add cuda in CI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Aug 27, 2024
1 parent 9881ca6 commit 7eb3a7b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,19 @@ jobs:
crate: burn-wgpu
secrets: inherit

publish-burn-cuda:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs:
- publish-burn-tensor
- publish-burn-compute
- publish-burn-autodiff
- publish-burn-ndarray
- publish-burn-common
- publish-burn-jit
with:
crate: burn-cuda
secrets: inherit

publish-burn-candle:
uses: tracel-ai/burn/.github/workflows/publish-template.yml@main
needs:
Expand Down

0 comments on commit 7eb3a7b

Please sign in to comment.