Skip to content

fix: NonlinearSolve Benchmarks + PETSc runs [Don't Merge] #1181

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

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
056ac50
fix: NonlinearSolve Benchmarks + PETSc runs
avik-pal Mar 17, 2025
d80a5d1
fix: try disabling gc
avik-pal Apr 9, 2025
85780ea
fix: compat
avik-pal Apr 9, 2025
2831f62
fix: pin MINPACK
avik-pal Apr 13, 2025
d123f71
fix: disable PETSc for sparsity
avik-pal Apr 13, 2025
aca9f6d
fix: sparsity
avik-pal Apr 13, 2025
d0e94d1
feat: add PETSc to battery
avik-pal Apr 13, 2025
4a73dce
fix: naming
avik-pal Apr 13, 2025
2460eb6
fix: total
avik-pal Apr 13, 2025
3a05ba9
fix: ls
avik-pal Apr 13, 2025
6b08fc5
fix: config
avik-pal Apr 13, 2025
507d16e
fix: run PETSc with QR
avik-pal Apr 13, 2025
db5e40f
fix: update compats
avik-pal Apr 13, 2025
3900d24
fix: more options
avik-pal Apr 14, 2025
544cc32
fix: multiple fixes
avik-pal Apr 15, 2025
102ac55
more fixes
avik-pal Apr 16, 2025
bd77d08
more fixes
avik-pal Apr 16, 2025
991884d
fix: more fixes
avik-pal Apr 16, 2025
0c6ab16
fix: more fixes
avik-pal Apr 17, 2025
341b59b
fix: higher priority
avik-pal Apr 17, 2025
2f1233e
fix: krylov
avik-pal Apr 17, 2025
6bc46f5
fix: lower tolerance
avik-pal Apr 17, 2025
40f37f6
fix: pass in our AD
avik-pal Apr 17, 2025
2471352
fix: options
avik-pal Apr 17, 2025
5c86b7b
fix: use enzyme for the battery problem
avik-pal Apr 18, 2025
262c592
fix: use latest minpack
avik-pal Apr 18, 2025
7529692
fix: force \ for linear solving
avik-pal Apr 19, 2025
f5d7024
fix: set autodiff properly
avik-pal Apr 19, 2025
78c5aba
fix: label
avik-pal Apr 19, 2025
dab74ee
fix: use log2
avik-pal Apr 19, 2025
7cf7e77
fix: change legend pos
avik-pal Apr 19, 2025
1355ba9
fix: match the krylov configs
avik-pal Apr 19, 2025
7b59b31
fix: adjust krylov_dims
avik-pal Apr 19, 2025
af7236d
fix: try to make PETSc converge
avik-pal Apr 19, 2025
f0ac6f2
fix: old API
avik-pal Apr 19, 2025
29053d2
fix: legend
avik-pal Apr 19, 2025
46efc91
fix: parse error
avik-pal Apr 19, 2025
68fef6b
fix: bankds
avik-pal Apr 19, 2025
a771deb
feat: up deps
avik-pal Apr 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ pdf/
notebook/
markdown/

.vscode
.vscode
*.html
1 change: 1 addition & 0 deletions JuliaFormatter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
style="sciml"
Loading