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

Handle distributed metrics with psum #218

Merged
merged 1 commit into from
Feb 22, 2022
Merged

Conversation

cgarciae
Copy link
Collaborator

@cgarciae cgarciae commented Feb 21, 2022

Changes

  • Metrics are now synced using psum when distributed which should improve performance.

The new general way to calculate the update form metrics involves calculating the single step update from a clean / reset metric and adding the update to the cumulative metric. Resulting code is a bit peculiar and begs from some streamlining.

@cgarciae cgarciae merged commit a971b7a into master Feb 22, 2022
@cgarciae cgarciae deleted the psum-for-distributed-metrics branch February 22, 2022 16:35
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.

1 participant