Skip to content

Conversation

@wsmoses
Copy link
Member

@wsmoses wsmoses commented Nov 9, 2025

Test for #2372

@wsmoses wsmoses requested a review from vchuravy November 9, 2025 22:24
@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2025

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/compiler.jl b/src/compiler.jl
index 79aa71fe..8ce630b8 100644
--- a/src/compiler.jl
+++ b/src/compiler.jl
@@ -147,7 +147,7 @@ GPUCompiler.runtime_module(::CompilerJob{<:Any,<:AbstractEnzymeCompilerParams})
 # GPUCompiler.can_throw(::CompilerJob{EnzymeTarget}) = true
 
 # Avoid blow-up of higer-order AD
-GPUCompiler.can_safepoint(::CompilerJob{<:Any,<:AbstractEnzymeCompilerParams}) = false
+GPUCompiler.can_safepoint(::CompilerJob{<:Any, <:AbstractEnzymeCompilerParams}) = false
 
 # TODO: encode debug build or not in the compiler job
 #       https://github.com/JuliaGPU/CUDAnative.jl/issues/368

@github-actions
Copy link
Contributor

github-actions bot commented Nov 9, 2025

Benchmark Results

main 746bbe1... main / 746bbe1...
basics/make_zero/namedtuple 0.0545 ± 0.0023 μs 0.0541 ± 0.0022 μs 1.01 ± 0.059
basics/make_zero/struct 0.254 ± 0.0062 μs 0.257 ± 0.013 μs 0.988 ± 0.055
basics/overhead 5.25 ± 0.92 ns 4.04 ± 0.92 ns 1.3 ± 0.37
basics/remake_zero!/namedtuple 0.25 ± 0.01 μs 0.247 ± 0.012 μs 1.01 ± 0.064
basics/remake_zero!/struct 0.235 ± 0.0092 μs 0.235 ± 0.011 μs 1 ± 0.062
fold_broadcast/multidim_sum_bcast/1D 10.4 ± 1.8 μs 10.4 ± 1.8 μs 1.01 ± 0.25
fold_broadcast/multidim_sum_bcast/2D 12.1 ± 0.28 μs 12.1 ± 0.31 μs 1 ± 0.035
time_to_load 1.29 ± 0.0076 s 1.28 ± 0.0015 s 1 ± 0.0061

Benchmark Plots

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

@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.16%. Comparing base (8bbf178) to head (746bbe1).
⚠️ Report is 4 commits behind head on main.

❗ There is a different number of reports uploaded between BASE (8bbf178) and HEAD (746bbe1). Click for more details.

HEAD has 31 uploads less than BASE
Flag BASE (8bbf178) HEAD (746bbe1)
36 5
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2760       +/-   ##
===========================================
- Coverage   70.30%   53.16%   -17.15%     
===========================================
  Files          58       13       -45     
  Lines       19391     1202    -18189     
===========================================
- Hits        13633      639    -12994     
+ Misses       5758      563     -5195     

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

2 participants