Skip to content
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

fix: dynamic dory commitment GPU computation should handle empty committable columns #429

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

jacobtrombetta
Copy link
Contributor

Rationale for this change

The dynamic Dory commitment computation on the GPU will try to divide by zero if it is provided an empty commitable column vector. This PR fixes the empty committable column vector case.

What changes are included in this PR?

  • The dynamic_dory_commitment_helper_gpu and blitzar_metadata_tables modules handle empty committable column vectors.
  • Tests are added for empty committable column cases.

Are these changes tested?

Yes

@jacobtrombetta jacobtrombetta marked this pull request as ready for review December 11, 2024 20:21
@jacobtrombetta jacobtrombetta merged commit 0bac0cb into main Dec 11, 2024
12 checks passed
@jacobtrombetta jacobtrombetta deleted the fix/empty-commitable-column branch December 11, 2024 20:51
Copy link

🎉 This PR is included in version 0.60.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants