Skip to content

Conversation

@kshyatt
Copy link
Member

@kshyatt kshyatt commented Oct 22, 2025

No description provided.

@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

❌ Patch coverage is 6.18557% with 182 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ixAlgebraKitEnzymeExt/MatrixAlgebraKitEnzymeExt.jl 0.55% 180 Missing ⚠️
src/pullbacks/polar.jl 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ
src/implementations/eigh.jl 67.66% <ø> (-26.37%) ⬇️
src/pullbacks/eig.jl 92.00% <100.00%> (-3.95%) ⬇️
src/pullbacks/svd.jl 96.26% <100.00%> (ø)
src/pullbacks/polar.jl 0.00% <0.00%> (-100.00%) ⬇️
...ixAlgebraKitEnzymeExt/MatrixAlgebraKitEnzymeExt.jl 0.55% <0.55%> (ø)

... and 22 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

github-actions bot commented Oct 22, 2025

Your PR no longer requires formatting changes. Thank you for your contribution!

@kshyatt kshyatt force-pushed the ksh/enzyme branch 2 times, most recently from 4408849 to ec8354b Compare October 24, 2025 12:26
func::Const{typeof($f)},
::Type{RT},
A::Annotation{<:AbstractMatrix},
arg::Annotation{<:Tuple{<:AbstractMatrix, <:AbstractMatrix}},
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove AbstractMatrix restrictions here and elsewhere

) where {RT}
cache_arg = nothing
# form cache if needed
cache_A = (EnzymeRules.overwritten(config)[2] && !(typeof(arg) <: Const)) ? copy(A.val) : nothing
Copy link
Member Author

@kshyatt kshyatt Oct 27, 2025

Choose a reason for hiding this comment

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

Is this safe for the ! methods? Those should be tested directly

@kshyatt kshyatt force-pushed the ksh/enzyme branch 3 times, most recently from 6b6c44b to 7478c90 Compare November 13, 2025 13:03
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