Skip to main content
Run any Skill in Manus
with one click

triton-ascend-case-vector-mask-i32

Stars5
Forks1
UpdatedJune 6, 2026 at 17:10

比较两侧本身多为 `tl.int32`(offset / attn_arg 等),`arith.cmpi` 产出的是 `i1`;多段结果在 **`i1` 张量上做 `&`/`|`** 时, lowering 会在每条逻辑附近插入 **`extui`/`trunci`** 与 `select` 对齐;**每段比较后立刻 `.to(tl.int32)`**,让整条 mask 在 **`i32` 0/1 上 `&`/`|`**,后端更易连续处理 **`vand.i32`/`vor.i32`**。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly