feat: optimize matmul periodic replication by using maximal valid pre… #2354
This file contains hidden or 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: Update TODO backlinks | |
| on: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| insert-backlinks: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| steps: | |
| - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | |
| - name: todo-backlinks | |
| uses: j2kun/todo-backlinks@12b447ef971f465feb2a7298a1240157e8712942 # pin@v0.0.5 | |
| env: | |
| GITHUB_TOKEN: ${{ github.token }} |