PTO ISA v0.58.5 marks TPARTADD, TPARTMUL, TPARTMAX, and TPARTMIN as deleted/reserved, but the current TileOP API and SuperNPUBench generator still expose them.
Evidence from the ASL corpus sweep: all eight FP16/FP32 TPART cases fail because there is intentionally no accepted PTO operation/selector. SuperNPUBench PR #100 now keeps these eight combinations as explicit unsupported coverage rather than active ELF cases.
Required closure:
- remove or hard-reject the four active TileOP wrappers
- preserve a compile-negative regression so deleted spellings cannot silently return
- update generated docs/contracts and downstream coverage inventory
This is downstream conformance to the existing PTO decision; no PTO architecture change or new ADR is required.
PTO ISA v0.58.5 marks
TPARTADD,TPARTMUL,TPARTMAX, andTPARTMINas deleted/reserved, but the current TileOP API and SuperNPUBench generator still expose them.Evidence from the ASL corpus sweep: all eight FP16/FP32 TPART cases fail because there is intentionally no accepted PTO operation/selector. SuperNPUBench PR #100 now keeps these eight combinations as explicit unsupported coverage rather than active ELF cases.
Required closure:
This is downstream conformance to the existing PTO decision; no PTO architecture change or new ADR is required.