Commit Graph

7 Commits

Author SHA1 Message Date
68b4151d21 dump SMEM layout info 2026-05-28 08:59:19 +00:00
fe0588d906 fix: simplify UMMA dump script 2026-05-28 08:57:49 +00:00
948a3f8a7a add UMMA descriptor dump script 2026-05-28 08:55:43 +00:00
8c67c31497 add CuTe descriptor printing script 2026-05-28 08:23:34 +00:00
d29d6b575f add UMMA descriptor diagnostic script 2026-05-28 08:20:56 +00:00
82ac648563 Patch utils.py the standard way: copy modified file into Docker image
Instead of fragile inline Dockerfile patching, just copy a modified
utils.py (with _post_quant_fix call) into the image, same pattern
as deepseek_v4.py and deepseek_v4_attention.py patches.
2026-05-18 19:10:08 +00:00
3c1a76bdcc Fix Dockerfile: use external patch script instead of inline Python
Docker's parser chokes on multi-line Python in RUN. Moved to
scripts/patch_utils.py and COPY + RUN it.
2026-05-18 19:03:57 +00:00