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

Define gt_fast and ge_fast #47972

Merged
merged 1 commit into from
Dec 27, 2022
Merged

Define gt_fast and ge_fast #47972

merged 1 commit into from
Dec 27, 2022

Conversation

chriselrod
Copy link
Contributor

The important thing here is that > is used in max_fast, min_fast, and minmax_fast. These functions did not SIMD in reductions because > didn't have an associated fast op. This PR fixes that.

The important thing here is that `>` is used in `max_fast`, `min_fast`, and `minmax_fast`.
These functions did not SIMD in reductions because `>` didn't have an associated fast op.
This PR fixes that.
@oscardssmith oscardssmith added the performance Must go faster label Dec 22, 2022
@brenhinkeller brenhinkeller added the status:merge me PR is reviewed. Merge when all tests are passing label Dec 23, 2022
@N5N3 N5N3 merged commit 3ff7186 into JuliaLang:master Dec 27, 2022
@N5N3 N5N3 removed the status:merge me PR is reviewed. Merge when all tests are passing label Dec 27, 2022
@chriselrod chriselrod deleted the patch-2 branch May 1, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants