-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Looks like it's due to #121 and #127
With version 1.1.1
@time_imports using NonlinearSolve
gives
142.4 ms NonlinearSolve
while with the 1.2.0 version, this shot up to ~13 seconds,
13191.1 ms NonlinearSolve
Tested w/
julia> versioninfo()
Julia Version 1.8.5
Commit 17cfb8e65ea (2023-01-08 06:45 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.5.0)
CPU: 10 × Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, apple-m1)
Threads: 1 on 8 virtual cores
By reverting the changes in #127, the long using NonlinearSolve
time is fixed. So maybe it would be better to revert #127 until it can be figured out where it went wrong?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels