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

Do not use symbol aliases on macOS. #856

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

devinamatthews
Copy link
Member

@devinamatthews devinamatthews commented Feb 8, 2025

Details:

  • The BLAS/CBLAS function ?gemmtr is currently implemented as a symbol alias of the already-existing ?gemmt. This does not work on macOS/Darwin.
  • Instead, use a minimal wrapper function which calls ?gemmt/?cblas_gemmt, but only on macOS.
  • Also clean up the CBLAS prototypes a bit.

Details:
- The BLAS/CBLAS function `?gemmtr` is currently implemented as a symbol alias of the already-existing `?gemmt`. This does not work on macOS/Darwin.
- Instead, duplicate the entire BLAS function with the new name, and use a minimal wrapper function for CBLAS.
- Also clean up the CBLAS prototypes a bit.
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.

1 participant