Skip to content

Conversation

giordano
Copy link
Member

@giordano giordano commented Sep 5, 2025

Copy link
Contributor

github-actions bot commented Sep 5, 2025

Benchmark Results

main c4993da... main / c4993da...
basics/overhead 5.26 ± 0.92 ns 5.57 ± 0.011 ns 0.944 ± 0.17
time_to_load 1.24 ± 0.0092 s 1.24 ± 0.014 s 1 ± 0.014

Benchmark Plots

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

Copy link

codecov bot commented Sep 5, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 74.92%. Comparing base (c889e43) to head (c4993da).

Files with missing lines Patch % Lines
src/compiler.jl 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2552      +/-   ##
==========================================
- Coverage   74.92%   74.92%   -0.01%     
==========================================
  Files          56       56              
  Lines       17437    17438       +1     
==========================================
  Hits        13065    13065              
- Misses       4372     4373       +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.

@assert primal_params isa PrimalCompilerParams
if !(primal_params isa PrimalCompilerParams)
# XXX: This means mode is not propagated and rules are not applied for GPU code.
@safe_debug "NativeCompilerTarget without primal compiler params" primal_job
Copy link
Member Author

Choose a reason for hiding this comment

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

@vchuravy primal_job is not defined in this scope, should it be

Suggested change
@safe_debug "NativeCompilerTarget without primal compiler params" primal_job
@safe_debug "NativeCompilerTarget without primal compiler params" primal_params

?

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