feat: allow targeted strategy smoke checks#114
Open
kaozyn wants to merge 1 commit into
Open
Conversation
|
Gate chain passed. This PR is queued for the next batched GPU evaluation window. |
|
GPU evaluation complete on RTX 5090 (mock).
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR kind
Summary
python -m strategy.smokepython -m strategy.smoke rsvdfeatlane automation end to endValidation
uv run --extra test python -m pytest tests/test_smoke_cli.py -quv run --extra test python -m py_compile $(find matmul strategy eval tests examples -name '*.py')uv run --extra test python -m pytest tests/ strategy/tests/ eval/tests/ -qGPU Result (required for feat PRs only)
M=N//8behaving near O(N^3)Regime measured: N=12000, dtype=fp32, fill=full-rank, rank M=1500, device=RTX 4090
Raw scorecard (paste
python -m eval …output or--json)RESULT_JSON: {"config":{"n":12000,"pairs":3,"dtype":"fp32","rank_m":1500,"fill":"random","accuracy_floor":0.8,"vram_unit":"gib","device":"NVIDIA GeForce RTX 4090 (PyTorch/CUDA)","seed":11},"complexity":{"normal":"O(N^3)","smart":"O(N^2 * M) (M=min(N,max(64,N/8))=1500 -> ~O(N^3) when M grows with N)"},"exact":{"latency_s":0.6397263603284955,"peak_vram_mib":1658.125},"transforms":{"rsvd":{"accuracy":0.0021774302182113368,"latency_s":1.0931598281798263,"peak_vram_mib":713.07958984375,"flop_ratio_vs_exact":1.7716262975778547,"gated":true,"improvement":false,"score":0.0}},"ranking":["rsvd"],"best":"rsvd"}Checklist
strategy.smokeif relevant, pluspytest tests/ strategy/tests/ eval/tests/).python eval/tests/test_eval.py,python strategy/tests/test_subspace.py,python tests/test_correctness.py.