Skip to content

Correct runtime inactive grow rev#2762

Merged
wsmoses merged 1 commit intomainfrom
rtgr
Nov 10, 2025
Merged

Correct runtime inactive grow rev#2762
wsmoses merged 1 commit intomainfrom
rtgr

Conversation

@wsmoses
Copy link
Member

@wsmoses wsmoses commented Nov 10, 2025

No description provided.

@github-actions
Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic main) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/rules/llvmrules.jl b/src/rules/llvmrules.jl
index eafea199..db059f2d 100644
--- a/src/rules/llvmrules.jl
+++ b/src/rules/llvmrules.jl
@@ -1604,7 +1604,7 @@ end
 
             LLVM.call!(B, fty, delF, args)
         end
-        
+
         if endB !== nothing
             br!(B, endB)
             set_reverse_block!(gutils, endB)

@github-actions
Copy link
Contributor

Benchmark Results

main 4c72817... main / 4c72817...
basics/make_zero/namedtuple 0.0531 ± 0.0032 μs 0.052 ± 0.0034 μs 1.02 ± 0.091
basics/make_zero/struct 0.255 ± 0.0066 μs 0.251 ± 0.0071 μs 1.02 ± 0.039
basics/overhead 4.64 ± 0.01 ns 6.17 ± 0.011 ns 0.752 ± 0.0021
basics/remake_zero!/namedtuple 0.233 ± 0.0083 μs 0.241 ± 0.0074 μs 0.967 ± 0.046
basics/remake_zero!/struct 0.242 ± 0.006 μs 0.233 ± 0.0084 μs 1.04 ± 0.045
fold_broadcast/multidim_sum_bcast/1D 10.3 ± 0.4 μs 10.3 ± 0.29 μs 1 ± 0.048
fold_broadcast/multidim_sum_bcast/2D 10.3 ± 0.2 μs 12.1 ± 0.26 μs 0.85 ± 0.025
time_to_load 1.28 ± 0.014 s 1.26 ± 0.0034 s 1.02 ± 0.011

Benchmark Plots

A plot of the benchmark results has been uploaded as an artifact at https://github.com/EnzymeAD/Enzyme.jl/actions/runs/19238988656/artifacts/4521939967.

@wsmoses wsmoses merged commit 7e3d060 into main Nov 10, 2025
44 of 48 checks passed
@wsmoses wsmoses deleted the rtgr branch November 10, 2025 16:57
@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.91%. Comparing base (d48154f) to head (4c72817).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2762      +/-   ##
==========================================
- Coverage   68.91%   68.91%   -0.01%     
==========================================
  Files          58       58              
  Lines       19861    19861              
==========================================
- Hits        13688    13687       -1     
- Misses       6173     6174       +1     

☔ 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.

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