Skip to content

Commit 16b81b6

Browse files
committed
docs: remove outdated test correctness command from README
- Remove test correctness from Capability Matrix - Update Path printing section to use bench command only
1 parent 3d2633b commit 16b81b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ and `--batch 2suffix` are rejected as invalid arguments.
273273

274274
| Command | Supported now | Reported `unsupported` |
275275
|---|---|---|
276-
| `test correctness`, `bench` | Six 1D APIs with `plan1d`, both complex directions, valid real direction, in/out-of-place; padded real in-place `planmany`; contiguous rank-2 `c2c`/`z2z` including batch | Rank-2 real APIs, rank 3, and other `planmany` layouts |
276+
| `bench` | Six 1D APIs with `plan1d`, both complex directions, valid real direction, in/out-of-place; padded real in-place `planmany`; contiguous rank-2 `c2c`/`z2z` including batch | Rank-2 real APIs, rank 3, and other `planmany` layouts |
277277
| `tune` | 1D `c2c` complex64, out-of-place `plan1d`, either direction | Other APIs, ranks, or layouts |
278278

279279
The JSON `status` and process code contract is stable: `passed`=`0`,
@@ -283,9 +283,9 @@ The JSON `status` and process code contract is stable: `passed`=`0`,
283283

284284
### Path printing
285285

286-
`test --suite correctness --print-path --json` and `bench --print-path --json`
287-
call `flagfftGetPlanDescription` after plan creation and return the plan node
288-
tree and compiled kernel details in `plan_description`:
286+
`bench --print-path --json` calls `flagfftGetPlanDescription` after plan
287+
creation and returns the plan node tree and compiled kernel details in
288+
`plan_description`:
289289

290290
```
291291
=== FlagFFT Plan ===

0 commit comments

Comments
 (0)