Add manual tip-position chunking for NumPy and PyTorch dI/dV backends - #84
Open
GianmarcoMidena wants to merge 8 commits into
Open
Conversation
GianmarcoMidena
force-pushed
the
70-manually-scale-numpypytorch-didv-backends-for-high-stress-workloads
branch
from
August 26, 2026 13:08
5068e61 to
391de75
Compare
GianmarcoMidena
force-pushed
the
70-manually-scale-numpypytorch-didv-backends-for-high-stress-workloads
branch
from
August 26, 2026 14:35
391de75 to
357070b
Compare
ondrejkrejci
requested changes
Aug 26, 2026
ondrejkrejci
left a comment
Contributor
There was a problem hiding this comment.
1 change, but couple of potential changes on top + few comments
GianmarcoMidena
force-pushed
the
70-manually-scale-numpypytorch-didv-backends-for-high-stress-workloads
branch
2 times, most recently
from
August 27, 2026 14:05
2626f17 to
ceba2ed
Compare
ondrejkrejci
approved these changes
Aug 27, 2026
ondrejkrejci
left a comment
Contributor
There was a problem hiding this comment.
While there are few comments, the code itself looks good.
GianmarcoMidena
force-pushed
the
70-manually-scale-numpypytorch-didv-backends-for-high-stress-workloads
branch
from
August 28, 2026 08:33
2bc66cb to
3770521
Compare
GianmarcoMidena
force-pushed
the
70-manually-scale-numpypytorch-didv-backends-for-high-stress-workloads
branch
from
August 28, 2026 13:18
3770521 to
1b53a48
Compare
Contributor
|
All resolved now and good to go! |
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.
Description
Adds manual tip-position chunking to the vectorized dI/dV implementations so that high-stress NumPy and PyTorch workloads can trade runtime for lower peak memory use.
Changes
n_tip_position_chunkssupport through:ProbeSTM.dIdVProbeSTM.STMProbeSTM.MSTMSTMutils.run_stm_scanadvanced.n_tip_position_chunksTOML support with a Si 7x7 NumPy chunking example.ppstm_run.pyand debug logging around chunk progress.tests/conftest.py.Closes #70