Skip to content

Incremental work on Enzyme support#380

Draft
kshyatt wants to merge 3 commits intomainfrom
ksh/enzyme
Draft

Incremental work on Enzyme support#380
kshyatt wants to merge 3 commits intomainfrom
ksh/enzyme

Conversation

@kshyatt
Copy link
Member

@kshyatt kshyatt commented Mar 12, 2026

Building on top of #356

First I need to get all the tests working. I am getting some odd space mismatch errors I need to dig into further as well as a few Enzyme-related segfaults.

Then, I'd like to refactor the joint code shared between Mooncake and Enzyme into the main src folder so it can be reused (much as we've done with MatrixAlgebraKit).

@kshyatt kshyatt force-pushed the ksh/enzyme branch 2 times, most recently from e80a40a to a7ccbb8 Compare March 18, 2026 12:46
@github-actions
Copy link
Contributor

github-actions bot commented Mar 18, 2026

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

@codecov
Copy link

codecov bot commented Mar 18, 2026

Codecov Report

❌ Patch coverage is 5.41045% with 507 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
ext/TensorKitEnzymeExt/indexmanipulations.jl 0.00% 140 Missing ⚠️
ext/TensorKitEnzymeExt/tensoroperations.jl 0.00% 86 Missing ⚠️
ext/TensorKitEnzymeExt/linalg.jl 0.00% 82 Missing ⚠️
ext/TensorKitEnzymeExt/vectorinterface.jl 0.00% 75 Missing ⚠️
ext/TensorKitEnzymeExt/planaroperations.jl 0.00% 47 Missing ⚠️
ext/TensorKitEnzymeExt/utility.jl 3.03% 32 Missing ⚠️
ext/TensorKitEnzymeExt/factorizations.jl 0.00% 23 Missing ⚠️
ext/TensorKitEnzymeTestUtilsExt.jl 77.14% 8 Missing ⚠️
src/factorizations/matrixalgebrakit.jl 0.00% 8 Missing ⚠️
src/factorizations/adjoint.jl 0.00% 6 Missing ⚠️
Files with missing lines Coverage Δ
ext/TensorKitEnzymeExt/TensorKitEnzymeExt.jl 100.00% <100.00%> (ø)
src/factorizations/adjoint.jl 65.51% <0.00%> (-7.56%) ⬇️
ext/TensorKitEnzymeTestUtilsExt.jl 77.14% <77.14%> (ø)
src/factorizations/matrixalgebrakit.jl 90.00% <0.00%> (-7.06%) ⬇️
ext/TensorKitEnzymeExt/factorizations.jl 0.00% <0.00%> (ø)
ext/TensorKitEnzymeExt/utility.jl 3.03% <3.03%> (ø)
ext/TensorKitEnzymeExt/planaroperations.jl 0.00% <0.00%> (ø)
ext/TensorKitEnzymeExt/vectorinterface.jl 0.00% <0.00%> (ø)
ext/TensorKitEnzymeExt/linalg.jl 0.00% <0.00%> (ø)
ext/TensorKitEnzymeExt/tensoroperations.jl 0.00% <0.00%> (ø)
... and 1 more

... and 2 files with indirect coverage changes

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

@kshyatt kshyatt force-pushed the ksh/enzyme branch 2 times, most recently from d308db9 to 6ac8e67 Compare March 19, 2026 11:16
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