Commit 7fed498
llm/custom_ops: follow test code conventions
Summary:
Rename Test Suites in `test_sdpa_with_kv_cache` to follow internal tooling conventions and make test target static listable.
Previously, some of the Test Suites in the modified test file did not satisfy the condition:
* Test Suite's name must contain `Test`
This diff makes it so that the Test Suites follow the expected conventions.
### Benefits
Following the conventions grants the test targets:
* Faster test listing
* Better dev experience in VSCode
Differential Revision: D854289221 parent de56c81 commit 7fed498
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
0 commit comments