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 BLAS.syr/her! by checking stride of x #18919

Merged
merged 1 commit into from Oct 18, 2016
Merged

Fix BLAS.syr/her! by checking stride of x #18919

merged 1 commit into from Oct 18, 2016

Conversation

andreasnoack
Copy link
Member

Fixes #18908

@@ -118,7 +118,7 @@ function choosetests(choices = [])
"linalg/diagonal", "linalg/pinv", "linalg/givens",
"linalg/cholesky", "linalg/lu", "linalg/symmetric",
"linalg/generic", "linalg/uniformscaling", "linalg/lq",
"linalg/hessenberg"]
"linalg/hessenberg", "linalg/blas"]
Copy link
Contributor

Choose a reason for hiding this comment

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

what's the difference between linalg/blas and just blas then?

Copy link
Member Author

Choose a reason for hiding this comment

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

I've moved the tests to the existing blas.jl test file. I'll probably move that file to the linalg tests when this is merged.

@kshyatt
Copy link
Contributor

kshyatt commented Oct 17, 2016

Good to go?

@andreasnoack andreasnoack merged commit d0914f8 into master Oct 18, 2016
@andreasnoack andreasnoack deleted the anj/syr branch October 18, 2016 20:50
tkelman pushed a commit that referenced this pull request Feb 22, 2017
fcard pushed a commit to fcard/julia that referenced this pull request Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants