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

POWER10: Fix compilation issues with Open XL C #4255

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

RajalakshmiSR
Copy link

As cgemm and zgemm kernels are not optimized for big endian falling back to POWER8 versions.
Tested on AIX using gcc and Open XL C.

Rajalakshmi Srinivasaraghavan added 2 commits October 11, 2023 17:04
As cgemm and zgemm kernels are not optimized for big endian falling
back to POWER8 versions.  Tested on AIX using gcc and Open XL C.
This patch removes intermediate m4 conversions used in sbgemm
compilation as it is not needed for .c files.
Tested on AIX with gcc and IBM Open XL C.
@RajalakshmiSR RajalakshmiSR changed the title POWER10: Fallback to POWER8 functions POWER10: Fix compilation issues with Open XL C Oct 11, 2023
@martin-frbg martin-frbg added this to the 0.3.25 milestone Oct 12, 2023
@martin-frbg martin-frbg merged commit 9f49aef into OpenMathLib:develop Oct 12, 2023
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