Skip to content

[BMG][SKIPLIST] Fix stale swiglu_opts indices in xe2 triton_kernels skiplist#6703

Merged
exolyr merged 1 commit into
mainfrom
exolyr/fix-xe2-swiglu-skiplist
Apr 17, 2026
Merged

[BMG][SKIPLIST] Fix stale swiglu_opts indices in xe2 triton_kernels skiplist#6703
exolyr merged 1 commit into
mainfrom
exolyr/fix-xe2-swiglu-skiplist

Conversation

@exolyr
Copy link
Copy Markdown
Contributor

@exolyr exolyr commented Apr 17, 2026

Upstream commit 8d4c6cd merged via PR #6660, added 1 new fp32 test case to _build_test_op_cases() in test_matmul.py before the swiglu section. This shifted all swiglu parametrize indices by +1, causing pytest-skip's --select-fail-on-missing to reject the stale IDs.

Increment each swiglu_optsN by 1 (89→90, 90→91, 93→94, 94→95).

…kiplist

Upstream commit 8d4c6cd ([KERNELS] Fix tmem overflow for fp32 matmul,
triton-lang/triton#9967), merged via PR #6660, added 1 new fp32 test
case to _build_test_op_cases() in test_matmul.py before the swiglu
section. This shifted all swiglu parametrize indices by +1, causing
pytest-skip's --select-fail-on-missing to reject the stale IDs.

Increment each swiglu_optsN by 1 (89→90, 90→91, 93→94, 94→95).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@exolyr exolyr self-assigned this Apr 17, 2026
@exolyr exolyr added the ci label Apr 17, 2026
@exolyr
Copy link
Copy Markdown
Contributor Author

exolyr commented Apr 17, 2026

Copy link
Copy Markdown
Contributor

@quinnlp quinnlp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks :)

@exolyr exolyr enabled auto-merge (squash) April 17, 2026 17:57
@exolyr exolyr merged commit d962a4d into main Apr 17, 2026
21 checks passed
@exolyr exolyr deleted the exolyr/fix-xe2-swiglu-skiplist branch April 17, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] xe2 triton_kernels skiplist mismatch causes skip_list failure

2 participants