Skip to content

Fix cmake parsing of GEMM kernels for ARMV8 #1904

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

Merged
merged 2 commits into from
Dec 6, 2018
Merged

Fix cmake parsing of GEMM kernels for ARMV8 #1904

merged 2 commits into from
Dec 6, 2018

Conversation

martin-frbg
Copy link
Collaborator

fixes #1870

Plain cgemm_kernel and zgemm_kernel are not used anywhere, only cgemm_kernel_b etc.
Needlessly building them (without any define like NN, CN, etc.) just happened to work on most platforms, but not on arm64. See #1870
The Makefile variable parser in utils.cmake currently does not handle conditionals. Having the definitions for non-OSX last will at least make cmake builds work again on non-OSX platforms.
@martin-frbg martin-frbg changed the title Fix cmake parsing of C/ZGEMM kernels for ARMV8 Fix cmake parsing of GEMM kernels for ARMV8 Dec 6, 2018
@martin-frbg martin-frbg added this to the 0.3.5 milestone Dec 6, 2018
@martin-frbg martin-frbg merged commit ff3eb1d into OpenMathLib:develop Dec 6, 2018
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.

Incorrect GEMM results with armv8
1 participant