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

AArch64: Implement vector masked reduction evaluators #6770

Merged
merged 1 commit into from
Oct 24, 2022

Conversation

Akira1Saitoh
Copy link
Contributor

@Akira1Saitoh Akira1Saitoh commented Oct 17, 2022

Refactor vector reduction operation evaluators to use a common helper function to reduce boilerplate code. Implement vector masked reduction operation evaluators using the same approach as non-masked ones.

Signed-off-by: Akira Saitoh [email protected]

@Akira1Saitoh Akira1Saitoh force-pushed the aarch64VectorMaskedReductionOps branch from 696e191 to 401bc4e Compare October 17, 2022 08:55
@Akira1Saitoh Akira1Saitoh force-pushed the aarch64VectorMaskedReductionOps branch 7 times, most recently from 5b392e7 to 76655fe Compare October 20, 2022 06:34
@Akira1Saitoh Akira1Saitoh marked this pull request as ready for review October 20, 2022 08:03
@Akira1Saitoh Akira1Saitoh force-pushed the aarch64VectorMaskedReductionOps branch from 76655fe to 8bea295 Compare October 21, 2022 07:10
@knn-k knn-k self-assigned this Oct 21, 2022
Refactor vector reduction operation evaluators to use
a common helper function to reduce boilerplate code.
Implement vector masked reduction operation evaluators
using the same approach as non-masked ones.

Signed-off-by: Akira Saitoh <[email protected]>
@Akira1Saitoh Akira1Saitoh force-pushed the aarch64VectorMaskedReductionOps branch from 8bea295 to f644664 Compare October 24, 2022 01:15
@knn-k
Copy link
Contributor

knn-k commented Oct 24, 2022

Jenkins build aarch64,amac

@knn-k
Copy link
Contributor

knn-k commented Oct 24, 2022

The Jenkins job on AArch64 macOS stopped by Issue #6774.

@knn-k knn-k merged commit f6bafc5 into eclipse:master Oct 24, 2022
@Akira1Saitoh Akira1Saitoh deleted the aarch64VectorMaskedReductionOps branch October 24, 2022 04:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants