Skip to content

Add KernelAbstractions extension for matrix-free integral operators#160

Open
maltezfaria wants to merge 7 commits into
mainfrom
kernel-matrix
Open

Add KernelAbstractions extension for matrix-free integral operators#160
maltezfaria wants to merge 7 commits into
mainfrom
kernel-matrix

Conversation

@maltezfaria

@maltezfaria maltezfaria commented Jun 11, 2026

Copy link
Copy Markdown
Member

Implements a KernelAbstractions extension with a KernelMatrix structure to perform a matrix-free product. Tested on Metal for now. Missing:

  • Modify API to allow for a compression = :kernelmatrix input (or something similar)
  • Add the assemble_kernelmatrix(iop; backend = ...) to the page on compression methods on the docs

@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 317 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (89bd588) to head (c9a56f8).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/kernels.jl 0.00% 166 Missing ⚠️
ext/IntiKernelMatrixExt.jl 0.00% 109 Missing ⚠️
src/api.jl 0.00% 16 Missing ⚠️
src/bdim.jl 0.00% 14 Missing ⚠️
src/utils.jl 0.00% 10 Missing ⚠️
src/nystrom.jl 0.00% 2 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (89bd588) and HEAD (c9a56f8). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (89bd588) HEAD (c9a56f8)
2 1
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #160       +/-   ##
==========================================
- Coverage   72.07%   0.00%   -72.08%     
==========================================
  Files          25      26        +1     
  Lines        4558    4752      +194     
==========================================
- Hits         3285       0     -3285     
- Misses       1273    4752     +3479     

☔ View full report in Codecov by Harness.
📢 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.

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