Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More robust dual eval #90

Merged
merged 7 commits into from
Jun 29, 2022
Merged

More robust dual eval #90

merged 7 commits into from
Jun 29, 2022

Conversation

chriselrod
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jun 24, 2022

Codecov Report

Merging #90 (3cfad29) into main (5b8b9a9) will increase coverage by 0.72%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #90      +/-   ##
==========================================
+ Coverage   71.41%   72.14%   +0.72%     
==========================================
  Files          13       13              
  Lines        2316     2326      +10     
==========================================
+ Hits         1654     1678      +24     
+ Misses        662      648      -14     
Impacted Files Coverage Δ
src/forwarddiff_matmul.jl 95.23% <100.00%> (+6.55%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b8b9a9...3cfad29. Read the comment docs.

@@ -64,11 +64,26 @@ function dualeval!(f::F, Cdual::AbstractArray) where {F}
dualeval!(f, vec(Cdual))
end
const MAX_NUM_LV_EXTRACT = isdefined(LoopVectorization, :EXTRACTFUNS) ? length(LoopVectorization.EXTRACTFUNS) : 14
@generated function dualeval!(
_isstaticone(::One) = True()
Copy link
Member

Choose a reason for hiding this comment

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

Test?

@chriselrod chriselrod enabled auto-merge June 28, 2022 13:35
@chriselrod chriselrod merged commit 6142435 into main Jun 29, 2022
@chriselrod chriselrod deleted the morerobustdualeval branch June 29, 2022 08:42
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