Skip to content

Conversation

penelopeysm
Copy link
Member

@penelopeysm penelopeysm commented Oct 8, 2025

CI has been silently bumped from 1.11 to 1.12 (I suppose an official release is soon to follow). This PR:

  • Adds one set of 1.11 tests
  • Disables Mooncake on what are now the 1.12 tests, since it doesn't work yet
  • Disables testing on version: 'pre' since there are no prerelease versions of 1.13 and it just tests on 1.12, which is now redundant.
  • Move the benchmarking + Enzyme CI jobs to 1.11, since they use Enzyme and/or Mooncake which don't work on 1.12

Copy link
Contributor

github-actions bot commented Oct 8, 2025

Benchmark Report for Commit 1cbeeee

Computer Information

Julia Version 1.11.7
Commit f2b3dbda30a (2025-09-08 12:10 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 4 × AMD EPYC 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, znver3)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

Benchmark Results

┌───────────────────────┬───────┬─────────────┬───────────────────┬────────┬────────────────┬─────────────────┐
│                 Model │   Dim │  AD Backend │           VarInfo │ Linked │ t(eval)/t(ref) │ t(grad)/t(eval) │
├───────────────────────┼───────┼─────────────┼───────────────────┼────────┼────────────────┼─────────────────┤
│ Simple assume observe │     1 │ forwarddiff │             typed │  false │            9.0 │             1.5 │
│           Smorgasbord │   201 │ forwarddiff │             typed │  false │          703.2 │            41.4 │
│           Smorgasbord │   201 │ forwarddiff │ simple_namedtuple │   true │          314.7 │            75.8 │
│           Smorgasbord │   201 │ forwarddiff │           untyped │   true │         1287.1 │            28.1 │
│           Smorgasbord │   201 │ forwarddiff │       simple_dict │   true │         7275.0 │            28.1 │
│           Smorgasbord │   201 │ reversediff │             typed │   true │         1496.1 │            29.1 │
│           Smorgasbord │   201 │    mooncake │             typed │   true │         1062.1 │             4.9 │
│           Smorgasbord │   201 │      enzyme │             typed │   true │         1133.0 │             3.4 │
│    Loop univariate 1k │  1000 │    mooncake │             typed │   true │         6097.6 │             4.3 │
│       Multivariate 1k │  1000 │    mooncake │             typed │   true │         1050.9 │             9.2 │
│   Loop univariate 10k │ 10000 │    mooncake │             typed │   true │        68108.1 │             3.8 │
│      Multivariate 10k │ 10000 │    mooncake │             typed │   true │         9143.6 │            10.4 │
│               Dynamic │    10 │    mooncake │             typed │   true │          138.2 │            11.0 │
│              Submodel │     1 │    mooncake │             typed │   true │           12.9 │             5.5 │
│                   LDA │    12 │ reversediff │             typed │   true │         1114.1 │             2.0 │
└───────────────────────┴───────┴─────────────┴───────────────────┴────────┴────────────────┴─────────────────┘

Copy link

codecov bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.32%. Comparing base (70b9e5f) to head (1cbeeee).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1067      +/-   ##
==========================================
- Coverage   82.39%   82.32%   -0.08%     
==========================================
  Files          39       39              
  Lines        3965     3965              
==========================================
- Hits         3267     3264       -3     
- Misses        698      701       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

github-actions bot commented Oct 9, 2025

DynamicPPL.jl documentation for PR #1067 is available at:
https://TuringLang.github.io/DynamicPPL.jl/previews/PR1067/

@penelopeysm penelopeysm requested a review from mhauru October 9, 2025 11:30
Copy link
Member

@mhauru mhauru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One optional request, happy to merge. Thanks @penelopeysm!

@penelopeysm penelopeysm merged commit d772913 into main Oct 9, 2025
17 checks passed
@penelopeysm penelopeysm deleted the py/ci branch October 9, 2025 11:45
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.

2 participants