-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dynamic dory commitment GPU computation should handle empty comm…
…ittable columns (#429) # 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
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 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 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