TileOPs-Metax/tileops
ray24777 da567b4239 refactor(quant_swiglu): drop stage-profiling variants and their scripts
Remove the `stage=` builder parameter, the read_only/read_shared/read
probe branches, the _block_sum_reduce macro, and stage_kernel() from the
fused SwiGLU + per-channel FP8-cast kernel.  These existed only to
attribute fused time to pipeline stages for profiling and had no effect on
the production path; the unconditional kernel body is byte-identical to the
former stage="full".  lru_cache returns to default maxsize=32.  Delete
scripts/profile_quant_swiglu_stages.py and
scripts/quant_swiglu_stage_profile.sh, the only consumers.

Verified: tests/ops/test_quant_swiglu_channel_cast_transpose.py 12 passed
(bit-exact fp8 contract preserved).

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-05 11:56:40 +00:00
..
kernels refactor(quant_swiglu): drop stage-profiling variants and their scripts 2026-08-05 11:56:40 +00:00
manifest feat(quant_swiglu): add fused SwiGLU + per-channel FP8 cast op 2026-08-03 15:28:30 +00:00
ops feat(quant_swiglu): add fused SwiGLU + per-channel FP8 cast op 2026-08-03 15:28:30 +00:00
perf feat: add roofline plot script and C500 profile 2026-08-04 05:13:57 +00:00
testing [Fix] gpu-smoke on new tvm-ffi stack (#1609) 2026-06-24 15:19:40 +08:00
trace [Chore][Cleanup] repo slimming: dead code, duplicated tests/benches, compat shims, file defragmentation (#1764) 2026-07-26 12:59:48 +08:00
utils docs: add MetaX C500 summer-camp guide on top of upstream dev 2026-07-28 17:55:09 +00:00
__init__.py [Refactor][Manifest] drop eager ops import from tileops package (#1219) 2026-05-06 13:52:07 +08:00