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

using isapprox for floating point comparison #33596

Merged
merged 1 commit into from
Oct 17, 2019
Merged

using isapprox for floating point comparison #33596

merged 1 commit into from
Oct 17, 2019

Conversation

daviehh
Copy link
Contributor

@daviehh daviehh commented Oct 17, 2019

One way to fix #33580
Possibly due to mkl/julia handling the matrix product of the lazy ' of AA and copy(AA') differently. Note that changing the test to @test B*A == copy(AA')*AA also works. Also leaving to the maintainers to decide whether to include this in 1.3 or not. Thanks!

one way to fix #33580
possibly due to mkl/julia handling the matrix product of the lazy `'` of AA and `copy(AA')` differently
Copy link
Sponsor Member

@StefanKarpinski StefanKarpinski left a comment

Choose a reason for hiding this comment

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

LGTM

@fredrikekre fredrikekre merged commit cccb6bc into JuliaLang:master Oct 17, 2019
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.

test of SharedArrays fails in 1.2 and 1.3-rc when built against mkl
3 participants