Skip to content

I want to propose a PR for an new ops, which could be in the form of a tritionor a CUDA kerne? #912

I want to propose a PR for an new ops, which could be in the form of a tritionor a CUDA kerne?

I want to propose a PR for an new ops, which could be in the form of a tritionor a CUDA kerne? #912

name: auto-assignment
on:
issues:
types:
- opened
permissions:
contents: read
issues: write
pull-requests: write
jobs:
welcome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
with:
script: |
const script = require('./\.github/workflows/scripts/auto-assignment.js')
script({github, context})