We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found this comment in the matrix multiplication implementation while debugging some code:
julia/stdlib/LinearAlgebra/src/matmul.jl
Line 753 in 3df8899
I don't know if this is wrong but that comment is scary. Why is it there?
The text was updated successfully, but these errors were encountered:
Dup of JuliaLang/LinearAlgebra.jl#500?
Sorry, something went wrong.
Yeah, this is from #23914 and well-tracked in JuliaLang/LinearAlgebra.jl#500; it's a misuse of unsafe_wrap that is theoretically problematic.
unsafe_wrap
No branches or pull requests
I found this comment in the matrix multiplication implementation while debugging some code:
julia/stdlib/LinearAlgebra/src/matmul.jl
Line 753 in 3df8899
I don't know if this is wrong but that comment is scary. Why is it there?
The text was updated successfully, but these errors were encountered: