Skip to content

Alias *gemmt_ as *gemmtr_ to fix lapack 3.12.1 compatibility. (Closes: #848)#849

Merged
devinamatthews merged 3 commits intoflame:masterfrom
cdluminate:master
Feb 5, 2025
Merged

Alias *gemmt_ as *gemmtr_ to fix lapack 3.12.1 compatibility. (Closes: #848)#849
devinamatthews merged 3 commits intoflame:masterfrom
cdluminate:master

Conversation

@cdluminate
Copy link
Copy Markdown
Contributor

The patch is sufficient to address the issue that liblapack.so says it cannot find symbol sgemmtr_. The cblas part is not yet done. I'll look into that and update this PR. Or if it works for you, I can do a separate PR for the cblas alias.

@cdluminate
Copy link
Copy Markdown
Contributor Author

@devinamatthews I pushed the changes for cblas_?gemmtr as well. The PR should be able to fully address #848.

@devinamatthews devinamatthews merged commit a6f2ce9 into flame:master Feb 5, 2025
devinamatthews pushed a commit that referenced this pull request Feb 5, 2025
Details:
- Alias `?gemmt_` as `?gemmtr_` to fix lapack 3.12.1 compatibility. (Fixes #848)
- Add the `?gemmtr_ `and `cblas_?gemmtr` aliases to symbol list.
- Also alias `cblas_?gemmt` as `cblas_?gemmtr` for lapack 3.12.1 compatibility.

(cherry picked from commit a6f2ce9)
devinamatthews pushed a commit that referenced this pull request Feb 5, 2025
Details:
- Alias `?gemmt_` as `?gemmtr_` to fix lapack 3.12.1 compatibility. (Fixes #848)
- Add the `?gemmtr_ `and `cblas_?gemmtr` aliases to symbol list.
- Also alias `cblas_?gemmt` as `cblas_?gemmtr` for lapack 3.12.1 compatibility.

(cherry picked from commit a6f2ce9)
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