Skip to content

[DEBUG] Windows bigfloat error#3228

Open
wsmoses wants to merge 6 commits into
mainfrom
wbfe
Open

[DEBUG] Windows bigfloat error#3228
wsmoses wants to merge 6 commits into
mainfrom
wbfe

Conversation

@wsmoses

@wsmoses wsmoses commented Jun 24, 2026

Copy link
Copy Markdown
Member

No description provided.

@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
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/test/runtests.jl b/test/runtests.jl
index 10920de6..46ef5c9c 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -14,5 +14,5 @@ Enzyme.Compiler.DumpPostOpt[] = true
     bf64 = 0.56 # for testing mixed methods
     dbf64 = 0.27 # for testing mixed methods
 
-    @test autodiff(Enzyme.Forward, +, Duplicated, Duplicated(a, da), Duplicated(b, db))[:1] ≈ da+db 
+    @test autodiff(Enzyme.Forward, +, Duplicated, Duplicated(a, da), Duplicated(b, db))[:1] ≈ da + db
 end

wsmoses added 2 commits June 24, 2026 13:40
Removed several tests for arithmetic operations using autodiff.
@codecov

codecov Bot commented Jun 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 23.89%. Comparing base (40071d5) to head (1fc262e).

❗ There is a different number of reports uploaded between BASE (40071d5) and HEAD (1fc262e). Click for more details.

HEAD has 15 uploads less than BASE
Flag BASE (40071d5) HEAD (1fc262e)
17 2
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #3228       +/-   ##
===========================================
- Coverage   74.28%   23.89%   -50.40%     
===========================================
  Files          66       53       -13     
  Lines       22602    20640     -1962     
===========================================
- Hits        16791     4931    -11860     
- Misses       5811    15709     +9898     

☔ View full report in Codecov by Harness.
📢 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.

@github-actions

github-actions Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Benchmark Results

main 1fc262e... main / 1fc262e...
basics/make_zero/namedtuple 0.0546 ± 0.0026 μs 0.0558 ± 0.0023 μs 0.978 ± 0.061
basics/make_zero/struct 0.276 ± 0.0062 μs 0.264 ± 0.0077 μs 1.04 ± 0.038
basics/overhead 4.33 ± 0.01 ns 4.03 ± 0.01 ns 1.07 ± 0.0036
basics/remake_zero!/namedtuple 0.225 ± 0.012 μs 0.227 ± 0.012 μs 0.991 ± 0.075
basics/remake_zero!/struct 0.23 ± 0.017 μs 0.224 ± 0.014 μs 1.03 ± 0.1
fold_broadcast/multidim_sum_bcast/1D 10.3 ± 1.7 μs 10.3 ± 0.35 μs 1 ± 0.17
fold_broadcast/multidim_sum_bcast/2D 12.1 ± 0.3 μs 12.1 ± 0.31 μs 0.999 ± 0.036
time_to_load 1.57 ± 0.039 s 1.58 ± 0.022 s 0.991 ± 0.028

Benchmark Plots

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

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