Commit 24be790
committed
test(path-c): fix inverted vecmat owner-output assertion (RULE #1 FIRE rank-5)
test_fp8_vecmat_direct_tvm_ffi_reuses_owner_output_and_matches_reference asserted
`returned is not out`, contradicting the owner-output reuse contract (the route writes in place and
returns the caller-owned out -- the sibling tests at 361/510 assert `returned is out`, and the test
name says "reuses_owner_output"). Production code is correct (verified: returned IS out, output
matches reference). Fixed the inverted assertion; 2 passed.1 parent bf158eb commit 24be790
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
649 | 649 | | |
650 | 650 | | |
651 | 651 | | |
652 | | - | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
653 | 657 | | |
654 | 658 | | |
655 | 659 | | |
| |||
0 commit comments