summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorJRPan <[email protected]>2025-09-03 16:01:54 -0400
committerGitHub <[email protected]>2025-09-03 13:01:54 -0700
commit987a23f84f8705c0566a47aeda2132fa33a82618 (patch)
tree67cc731de018ab6573a1dd1926cc005b3e5980db /.github/workflows/main.yml
parent21b18be3832b80b00d4890f041818bac431866e7 (diff)
Fix correlation on A100 CUTLASS GEMM Kernels (#127)
* 1. Add a queue to promote fairness CTA scheduling 2. Add a Perfect xbar interconnect option * remove merge queue * Should not change this * rename pending cta to allocated_ctas * run formatter
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0cb61e4..f576459 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,7 +7,7 @@ on:
push:
branches-ignore:
- "gh-readonly-queue**"
- merge_group:
+ pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: