-
Notifications
You must be signed in to change notification settings - Fork 0
feat(compute): VRAM budget types with CPU f64 fallback #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
2608c79
feat(compute): VRAM budget types with CPU f64 fallback
seonghobae cbb0610
test(compute): require executable OOM retry plans
seonghobae 3756821
fix(compute): emit executable OOM retry plans
seonghobae 2a02408
ci(compute): verify executable OOM recovery plans
seonghobae 016c6d7
ci(compute): activate PR 51 repair through registered workflow
seonghobae 72f5302
ci(compute): preserve protected-main shared files during repair
seonghobae c197ed8
merge(main): reconcile compute-backend VRAM contracts
seonghobae 5cfc349
fix(compute): register compute backend workspace package
seonghobae a28a52c
ci: expose exact missing compute coverage lines
seonghobae fc2abd5
test(compute): cover OOM retry peak overflow
seonghobae 8f34bfd
ci: close PR 51 retry overflow coverage
seonghobae 1029eba
fix(compute): emit executable OOM retry plans
github-actions[bot] b153334
Merge remote-tracking branch 'origin/main' into HEAD
seonghobae 4d18290
fix(compute): close review gaps in OOM recovery
seonghobae 8404b72
test(compute): prove streamed plans ignore corpus cardinality
seonghobae 67aea63
fix(ci): remove obsolete PR 51 repair job
seonghobae 0111a1a
fix(compute): harden parity and workload policy contracts
seonghobae 0ac8055
test(compute): document cpu fallback batch semantics
seonghobae 240979b
fix(compute): reject overflowing parity gaps
seonghobae e8a0ee3
Merge current main into compute backend gate
seonghobae 1801501
ci(docs): run validation when pull requests open
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| [package] | ||
| name = "compute_backend" | ||
| description = "VRAM-budgeted GPU planning with a CPU f64 reference and fail-closed OOM fallback." | ||
| version.workspace = true | ||
| edition.workspace = true | ||
| rust-version.workspace = true | ||
| license.workspace = true | ||
| authors.workspace = true | ||
| repository.workspace = true | ||
| homepage.workspace = true | ||
| readme.workspace = true | ||
| keywords.workspace = true | ||
| categories.workspace = true | ||
| publish = false | ||
|
|
||
| [dependencies] | ||
|
|
||
| [lints] | ||
| workspace = true |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.