Test on both pytorch-triton and triton-main #105
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: TritonBench PR Test | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
jobs: | ||
h100-pytorch-test: | ||
uses: ./.github/workflows/_linux-test-h100.yml | ||
Check failure on line 10 in .github/workflows/pr.yaml GitHub Actions / TritonBench PR TestInvalid workflow file
|
||
with: | ||
conda_env: "pytorch" | ||
h100-triton-main-test: | ||
uses: ./.github/workflows/_linux-test-h100.yml | ||
with: | ||
conda_env: "triton-main" | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.event_name == 'workflow_dispatch' }} | ||
cancel-in-progress: true |