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

aggregate.py: fix detection of no datapoints #6523

Merged
merged 1 commit into from
Feb 13, 2024
Merged

aggregate.py: fix detection of no datapoints #6523

merged 1 commit into from
Feb 13, 2024

Conversation

cota
Copy link
Collaborator

@cota cota commented Feb 12, 2024

The existing check became obsolete once we added the --backends flag in PR #6392; in particular, len(speedups) could be 1 when a single backend is passed to --backends. Fix it and add a test to make sure we emit no output to stdout (note that the warning message goes to stderr).

The existing check became obsolete once we added the --backends flag
in PR#6392; in particular, len(speedups) could be 1 when a single
backend is passed to --backends. Fix it and add a test to make sure
we emit no output to stdout (note that the warning message goes to
stderr).
@cota cota merged commit d6bc4f3 into master Feb 13, 2024
2 checks passed
@cota cota deleted the backends_fix branch February 13, 2024 15:26
amithrm pushed a commit to amithrm/xla that referenced this pull request Mar 1, 2024
The existing check became obsolete once we added the --backends flag in PR pytorch#6392; in particular, len(speedups) could be 1 when a single backend is passed to --backends. Fix it and add a test to make sure we emit no output to stdout (note that the warning message goes to stderr).
bhavya01 pushed a commit that referenced this pull request Apr 22, 2024
The existing check became obsolete once we added the --backends flag in PR #6392; in particular, len(speedups) could be 1 when a single backend is passed to --backends. Fix it and add a test to make sure we emit no output to stdout (note that the warning message goes to stderr).
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.

2 participants