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

Pass arrays instead of pointers when possible in blas.jl #34783

Merged
merged 1 commit into from
Feb 19, 2020

Conversation

andreasnoack
Copy link
Member

These weren't needed. We can just rely on the implicit convertion in ccall and the presence of them gave a false impression that they were needed, see #34320.

@andreasnoack
Copy link
Member Author

Looks like the only remaining test failure is unrelated.

Copy link
Member

@dkarrasch dkarrasch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful simplification, though I have no idea about the low-level stuff like GC. Just two little oversights, and then ready to merge.

stdlib/LinearAlgebra/src/blas.jl Outdated Show resolved Hide resolved
stdlib/LinearAlgebra/src/blas.jl Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants