-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fetch blobs instead of packets in the RPU #631
Conversation
@rob-solana, is it possible that |
I don't see how this change would affect those tests. |
16f3155
to
6686953
Compare
Status of this PR: This change consistently breaks the @sakridge, this PR is low priority, but you're in best position to glance at the change and guess why it might affect the cuda build. If nothing stands out as obvious, I'll dig deeper. I'm hoping an artifact of fixing this PR will be a cuda/erasure unit test and/or a lower-level restart_validator unit test. |
2dc82fa
to
dab1cae
Compare
Recommended approach by @aeyakovenko. TPU's FetchStage should be the only special case.
Closing this under the assumption that we end up deleting the whole RPU instead. @CriesofCarrots, fyi. |
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.11.2 to 7.12.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.0/packages/babel-runtime) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rewards (solana-labs#631) * Remove rewards-interval-related check_account_access implementation * Move RewardsInterval to tests module * Update test to new StakeProgram functionality
Recommended approach by @aeyakovenko. TPU's FetchStage should be the
only special case.