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

Fix broadcast with RowVectors of matrices #20980

Merged
merged 3 commits into from
Mar 12, 2017
Merged

Fix broadcast with RowVectors of matrices #20980

merged 3 commits into from
Mar 12, 2017

Conversation

mbauman
Copy link
Member

@mbauman mbauman commented Mar 10, 2017

Fix JuliaLang/LinearAlgebra.jl#409. Amusingly, this bug is a direct result of transpose being recursive.

Fix #20979. Amusingly, this bug is a direct of `transpose` being recursive.
@StefanKarpinski
Copy link
Member

Failure is a timeout. Probably not worth restarting given that this is unlikely to fail on only one platform.

@mbauman mbauman merged commit 3777aab into master Mar 12, 2017
@mbauman mbauman deleted the mb/20979 branch March 12, 2017 20:56
ajkeller34 pushed a commit to ajkeller34/julia that referenced this pull request Mar 19, 2017
Fix #20979. Amusingly, this bug is a direct result of `transpose` being recursive.
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.

bug involving broadcast and vector ctranspose
3 participants