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 grouping performance bug #85

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Fix grouping performance bug #85

merged 1 commit into from
Feb 5, 2025

Conversation

johnbradley
Copy link
Collaborator

Ensures that probabilities are moved to the cpu before appling grouping logic to avoid performance issues moving data from CUDA/MPS -> CPU again and again.

Fixes #84

Ensures that probabilities are moved to the cpu before
appling grouping logic to avoid performance issues moving
data from CUDA/MPS -> CPU again and again.

Fixes #84
@johnbradley johnbradley requested a review from Copilot February 5, 2025 14:15

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

Copy link
Member

@hlapp hlapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@johnbradley johnbradley merged commit e07bd69 into main Feb 5, 2025
2 checks passed
@johnbradley johnbradley deleted the 84-perf-bug branch February 5, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lacking GPU utilization during inference with MPS device
2 participants