-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Function svds freezes #399
Comments
Confirmed. Inference appears to hang in an infinite loop. Probably caused by JuliaLang/julia#18457. |
On Linux x86_64 it's not an infinite loop - it just takes 100 seconds or so (compared to about 3 seconds in 0.5.0). Profiling points to deeply nested inference code, with the bulk of the time in Interestingly, there is no such delay for |
It looks like this may have been fixed by JuliaLang/julia#20354 ? (on my system I see master about 50% slower than 0.5) |
It seems to be a bit better: the first call to |
Fixed by 93a725d51dde9bc5731e08fd50085108e3d43f3c |
I'm experiencing a problem with
svds
in Julia 0.6.0-dev.2439, commit 953029f, on macOS. What happens is that the REPL freezes after invoking svds, as inAfter cmd+c'ing and re-issuing the latter command, the output is produced correctly.
versioninfo()
gives:The text was updated successfully, but these errors were encountered: