-
Notifications
You must be signed in to change notification settings - Fork 1
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
buffer of Finch suggestions #9
Comments
The
Original program:
|
Outputs from two poisson1d injections below. Both injections happen in a similar way:
Leads to a big slowdown: up from Why is it a slowdown and not an error? Original code, with random injections
1Recording file:
Injection site + stacktrace, final output:
2Recording File:
Injection site + stacktrace, final output:
|
Low priority / unpromising ideas that might be worth suggesting to Finch:
init_stepper
check that 1st arg is positive, non-NaNcoefficient
returns NaN --- why's there a big slowdown? should it crash?! (turn this into a small example; EDIT: it's a non-issue after all. Plain Finch runs the same with a NaN. TF without logging runs the same too. The slowdown is due to logging Improve performance of logging TrackedFloats.jl#19 )The text was updated successfully, but these errors were encountered: