Skip to content

build: bump MTKBase minor, MTK minor versions#4707

Merged
AayushSabharwal merged 2 commits into
masterfrom
as/bump-version
Jul 3, 2026
Merged

build: bump MTKBase minor, MTK minor versions#4707
AayushSabharwal merged 2 commits into
masterfrom
as/bump-version

Conversation

@AayushSabharwal

Copy link
Copy Markdown
Member

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

Add any other context about the problem here.

@AayushSabharwal AayushSabharwal marked this pull request as ready for review July 3, 2026 17:50
@AayushSabharwal AayushSabharwal merged commit 94afd8e into master Jul 3, 2026
26 of 36 checks passed
@AayushSabharwal AayushSabharwal deleted the as/bump-version branch July 3, 2026 17:50
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Benchmark Results (Julia vlts)

Time benchmarks
master b9c254a... master / b9c254a...
ODEProblem 8.05 ± 1.9 ms 5.83 ± 0.67 ms 1.38 ± 0.36
init 0.102 ± 0.027 ms 0.09 ± 0.029 ms 1.13 ± 0.47
large_parameter_init/ODEProblem 0.0344 ± 0.0084 s 26.8 ± 4.9 ms 1.28 ± 0.39
large_parameter_init/init 0.137 ± 0.045 ms 0.101 ± 0.036 ms 1.36 ± 0.66
mtkcompile 13.8 ± 2.6 ms 10.1 ± 1.2 ms 1.37 ± 0.31
sparse_analytical_jacobian/ODEProblem 0.0349 ± 0.0093 s 26.7 ± 3.7 ms 1.31 ± 0.39
sparse_analytical_jacobian/f_iip 0.07 ± 0.01 μs 0.07 ± 0.01 μs 1 ± 0.2
sparse_analytical_jacobian/f_oop 0.385 ± 0.032 ms 0.367 ± 0.012 ms 1.05 ± 0.093
time_to_load 6.35 ± 0.45 s 6.03 ± 0.13 s 1.05 ± 0.078
Memory benchmarks
master b9c254a... master / b9c254a...
ODEProblem 0.0405 M allocs: 2.03 MB 0.0405 M allocs: 2.05 MB 0.992
init 0.416 k allocs: 0.0697 MB 0.416 k allocs: 0.0697 MB 1
large_parameter_init/ODEProblem 0.326 M allocs: 11.4 MB 0.326 M allocs: 11.4 MB 1
large_parameter_init/init 0.604 k allocs: 0.172 MB 0.604 k allocs: 0.172 MB 1
mtkcompile 0.0647 M allocs: 3.35 MB 0.0647 M allocs: 3.35 MB 1
sparse_analytical_jacobian/ODEProblem 0.193 M allocs: 7.89 MB 0.193 M allocs: 7.89 MB 1
sparse_analytical_jacobian/f_iip 0 allocs: 0 B 0 allocs: 0 B
sparse_analytical_jacobian/f_oop 0.634 k allocs: 19.6 kB 0.634 k allocs: 19.6 kB 1
time_to_load 0.153 k allocs: 14.6 kB 0.153 k allocs: 14.6 kB 1

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Benchmark Results (Julia v1)

Time benchmarks
master b9c254a... master / b9c254a...
ODEProblem 6.52 ± 0.78 ms 5.21 ± 0.63 ms 1.25 ± 0.21
init 0.0739 ± 0.0095 ms 0.078 ± 0.0072 ms 0.947 ± 0.15
large_parameter_init/ODEProblem 0.0334 ± 0.0077 s 23.6 ± 5.7 ms 1.42 ± 0.47
large_parameter_init/init 0.0876 ± 0.037 ms 0.0822 ± 0.041 ms 1.07 ± 0.7
mtkcompile 9.59 ± 1 ms 8.14 ± 0.67 ms 1.18 ± 0.16
sparse_analytical_jacobian/ODEProblem 28 ± 4.3 ms 21 ± 3.1 ms 1.33 ± 0.28
sparse_analytical_jacobian/f_iip 0.09 ± 0.01 μs 0.08 ± 0.01 μs 1.12 ± 0.19
sparse_analytical_jacobian/f_oop 0.131 ± 0.015 ms 0.115 ± 0.014 ms 1.15 ± 0.19
time_to_load 5.48 ± 0.14 s 5.53 ± 0.097 s 0.991 ± 0.03
Memory benchmarks
master b9c254a... master / b9c254a...
ODEProblem 0.0407 M allocs: 1.86 MB 0.0407 M allocs: 1.85 MB 1
init 0.415 k allocs: 0.0517 MB 0.415 k allocs: 0.0517 MB 1
large_parameter_init/ODEProblem 0.358 M allocs: 13.1 MB 0.356 M allocs: 12.9 MB 1.01
large_parameter_init/init 0.798 k allocs: 0.151 MB 0.798 k allocs: 0.151 MB 1
mtkcompile 0.0622 M allocs: 2.67 MB 0.0622 M allocs: 2.68 MB 0.995
sparse_analytical_jacobian/ODEProblem 0.186 M allocs: 6.94 MB 0.186 M allocs: 6.94 MB 1
sparse_analytical_jacobian/f_iip 0 allocs: 0 B 0 allocs: 0 B
sparse_analytical_jacobian/f_oop 0.848 k allocs: 27 kB 0.848 k allocs: 27 kB 1
time_to_load 0.146 k allocs: 11.4 kB 0.146 k allocs: 11.4 kB 1

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.

1 participant