Skip to content

Initial GPU Support (#512) #94

Initial GPU Support (#512)

Initial GPU Support (#512) #94

---
name: Release Drafter Action
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}