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

Promote more BLAS-able cases to BLAS methods #52787

Closed
wants to merge 4 commits into from
Closed

Conversation

dkarrasch
Copy link
Member

This extends eltype promotions in * to Bool and to symmetric/hermitian matrices, the latter restricted to BlasFloats.

Fixes JuliaLang/LinearAlgebra.jl#850.

@dkarrasch dkarrasch added performance Must go faster linear algebra Linear algebra labels Jan 6, 2024
@DilumAluthge
Copy link
Member

We have moved the LinearAlgebra stdlib to an external repo: https://github.com/JuliaLang/LinearAlgebra.jl

@dkarrasch If you think that this PR is still relevant, please open a new PR on the LinearAlgebra.jl repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra performance Must go faster
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiplying Adjoint with Symmetric uses slow generic matmul
3 participants