-
Notifications
You must be signed in to change notification settings - Fork 0
Streaming weights: coroutine-driven tensor window + 3-lane benchmark #91
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
Closed
Closed
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
08f0d59
wip: streaming weights milestone - phases 1-3 in progress
gabewillen 34fe029
Merge remote-tracking branch 'origin/main' into worktree-dataloader
gabewillen ccb3948
model/tensor/window: streaming weight window machine
gabewillen cbe2883
gate fixes: benchmark marker for window sm, pedantic pragmas for all …
gabewillen e3baf5f
text/generator: streamed decode route via tensor window
gabewillen 0c39d89
bench: weight_streaming 3-lane suite + cgroup memory-cap wrapper
gabewillen dc31074
scripts: RAM-aware build parallelism clamp
gabewillen d1dd624
scripts: per-job memory budget for the build clamp
gabewillen 71075de
coroutine-plan: record Phase 5 external-completion completion via str…
gabewillen 15a3e31
tests/encoders: value-initialize vocab instead of memset
gabewillen 8b84c51
tests/text: value-initialize vocab instead of memset across all suites
gabewillen f7a33aa
bench: reuse the default build tree for suite-scoped runs
gabewillen f944516
sml: pin to main with external-completion scheduler (PR #16 merge)
gabewillen 7ef7bc1
tests: fix memset-era vocab assumptions; stack-safe resets; final SML…
gabewillen 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| set(EMEL_SML_GIT_REPOSITORY "https://github.com/stateforward/sml.cpp") | ||
| set(EMEL_SML_GIT_TAG "4a7109b5dd4aae40e78304e3ac03440ccc35031e") | ||
| # main: external-completion scheduler (PR #16 merge). | ||
| set(EMEL_SML_GIT_TAG "8114aef8f51f2a9a84f8725321e5f1c55bf20b73") |
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
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.