Get rid of legacy 2GiB offset limits in CallGemm*() and transpose*() internal APIs and kernels. #143
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync branch | |
on: | |
pull_request: | |
workflow_dispatch: | |
push: | |
branches: | |
- develop | |
jobs: | |
sync-branch: | |
name: Update nightly branch | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@main | |
- uses: connor-baer/action-sync-branch@main | |
with: | |
branch: develop_nightly | |
token: ${{ secrets.GITHUB_TOKEN }} | |
force: false |