What problem does it solve?
This Skill helps engineers safely add, port, debug, review, and document PTODSL TileLib templates while preserving template selection, metadata handoff, specialization, and runtime semantics.
Core Features & Use Cases
- Template Authoring: Create or modify PTODSL TileLib template metadata, constraints, callable forms, and template bodies.
- Selection and Specialization: Reason about candidate and version selection, compact candidate attributes, context attributes, specialization keys, InsertTemplateAttributes handoff, and ExpandTileOp behavior.
- Debugging and Review: Classify TileLang ST failures, wrong-output cases, and PTODSL TileLib IR differences while checking view shape, strides, memory space, and layout.
- Use Case: When a TileLang ST test fails after a template change, use this Skill to identify whether the issue is metadata legality, candidate attribute handoff, tracing, helper specialization, or runtime semantics and add a focused regression test.
Quick Start
Use the PTODSL TileLib template authoring skill to diagnose the failing template selection case and propose a focused regression test.