From 58e6b0ea2adebdcbc7c0c17d80a82a78ea785479 Mon Sep 17 00:00:00 2001 From: mouliangyu Date: Wed, 5 Aug 2026 11:18:51 +0800 Subject: [PATCH] docs: preserve v0.5 release note in spec generator --- .../scripts/generate_release_vpto_spec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codex/skills/generate-vpto-release-doc/scripts/generate_release_vpto_spec.py b/.codex/skills/generate-vpto-release-doc/scripts/generate_release_vpto_spec.py index 3cb6e52d23..e638ff69a2 100644 --- a/.codex/skills/generate-vpto-release-doc/scripts/generate_release_vpto_spec.py +++ b/.codex/skills/generate-vpto-release-doc/scripts/generate_release_vpto_spec.py @@ -77,6 +77,7 @@ "0.2": "Update micro Instruction latency and throughput", "0.3": "Add runtime block query and vector-interval legality notes; Normalize load/store distribution families; Update get_buf/rls_buf details", "0.4": "Update DMA instruction docs and add PTO Tile Instruction SPEC", + "0.5": "Add CUBE instruction docs; Rename MTE instruction and address space", }, TILEOP_TARGET: { "0.4": "Initial PTO Tile Instruction SPEC covering core TileOps", @@ -86,6 +87,7 @@ "0.2": "Update micro Instruction latency and throughput", "0.3": "Add runtime block query and vector-interval legality notes; Normalize load/store distribution families; Update get_buf/rls_buf details", "0.4": "Update DMA instruction docs and add PTO Tile Instruction SPEC", + "0.5": "Add CUBE instruction docs; Rename MTE instruction and address space", }, }