feat: remove memory access adapters: CPU Boundary AIR, initialize/finalize memory#2318
Merged
jonathanpwang merged 22 commits intofeat/access-adapter-removalfrom Jan 20, 2026
Merged
Conversation
Commit: 60d1d19 |
d0e7bae to
9d0bea8
Compare
f937ae0 to
3706b09
Compare
df72623 to
e5cca45
Compare
2051624 to
a5814d4
Compare
shuklaayush
reviewed
Dec 19, 2025
Comment on lines
+248
to
+250
| use std::collections::BTreeMap; | ||
| let mut chunk_map: BTreeMap<(u32, u32), ([u32; BLOCKS_PER_CHUNK], [F; CHUNK])> = | ||
| BTreeMap::new(); |
Collaborator
There was a problem hiding this comment.
can we do this by just a par_iter on a vector or do we need a btreemap here? btreemaps are slow
Contributor
Author
There was a problem hiding this comment.
Resolved: 5bd398c
note, have to do it in two passes, because of race conditions if accessing the same chunk
6b04b45 to
95b9cdf
Compare
This reverts commit 9c30237.
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 20, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
jpw-axiom
pushed a commit
that referenced
this pull request
Mar 21, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 23, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
shuklaayush
pushed a commit
that referenced
this pull request
Mar 23, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 23, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 24, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 25, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 25, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
shuklaayush
pushed a commit
that referenced
this pull request
Mar 25, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
shuklaayush
pushed a commit
that referenced
this pull request
Mar 26, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 26, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Mar 31, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 1, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
jonathanpwang
added a commit
that referenced
this pull request
Apr 2, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 2, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
shuklaayush
pushed a commit
that referenced
this pull request
Apr 2, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 2, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 2, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
branch-rebase-bot Bot
pushed a commit
that referenced
this pull request
Apr 2, 2026
…alize memory (#2318) Closes INT-5723, INT-5724, INT-5726 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
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.
Closes INT-5723, INT-5724, INT-5726