Skip to content

Conversation

@vchuravy
Copy link
Member

@vchuravy vchuravy commented Sep 4, 2025

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 4, 2025

Benchmark Results

main 7cebe77... main / 7cebe77...
basics/make_zero/namedtuple 0.0533 ± 0.0018 μs 0.0515 ± 0.0015 μs 1.03 ± 0.046
basics/make_zero/struct 0.255 ± 0.006 μs 0.25 ± 0.0054 μs 1.02 ± 0.033
basics/overhead 6.18 ± 0.011 ns 5.25 ± 0.92 ns 1.18 ± 0.21
basics/remake_zero!/namedtuple 0.235 ± 0.0053 μs 0.233 ± 0.0048 μs 1.01 ± 0.031
basics/remake_zero!/struct 0.232 ± 0.0037 μs 0.233 ± 0.0059 μs 0.996 ± 0.03
time_to_load 1.29 ± 0.038 s 1.3 ± 0.023 s 0.996 ± 0.034

Benchmark Plots

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

@codecov
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.16%. Comparing base (8a2fa2e) to head (7cebe77).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2551      +/-   ##
==========================================
+ Coverage   75.33%   76.16%   +0.82%     
==========================================
  Files          57       11      -46     
  Lines       17776      709   -17067     
==========================================
- Hits        13392      540   -12852     
+ Misses       4384      169    -4215     

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

A wrapper around `typetree` that ensures the call happens in the correct world for GPUCompiler.
Useful when using typetree from a generated function since typetree is user-extendable.
"""
function typetree_total(@nospecialize(job::GPUCompiler.CompilerJob), @nospecialize(T), ctx, dl, seen=TypeTreeTable())
Copy link
Member

Choose a reason for hiding this comment

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

For clarity could we call this in world instead of total?

@vchuravy vchuravy force-pushed the vc/extendable_typetree branch from 72dc55c to 7cebe77 Compare September 26, 2025 18:23
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.

3 participants