Skip to content

Conversation

dlfivefifty
Copy link
Member

This moves over code from FastTransformsForwardDiff.jl, and goes with JuliaMath/AbstractFFTs.jl#138

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 70.20%. Comparing base (b6f41d8) to head (e06611d).

Files with missing lines Patch % Lines
ext/FFTWForwardDiffExt.jl 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #311      +/-   ##
==========================================
- Coverage   70.99%   70.20%   -0.80%     
==========================================
  Files           5        6       +1     
  Lines         531      537       +6     
==========================================
  Hits          377      377              
- Misses        154      160       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dlfivefifty dlfivefifty changed the title WIP: ForwardDiff extension ForwardDiff extension Dec 18, 2024
@MasonProtter
Copy link

What's needed to get this running?

@dlfivefifty
Copy link
Member Author

We first need to merge the AbstractFFTs.jl extension. That was held up because there's no test plans for real transforms (like DCT). Also I got busy.

I can probably complete this next month.

vtjnash pushed a commit that referenced this pull request Aug 19, 2025
The motivation for this change is to allow adding extensions without
adding unnecessary dependencies for users on pre-v1.10.
In particular, this makes it easier to finish #311 and #318.

See also JuliaMath/AbstractFFTs.jl#140

Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Steven G. Johnson <[email protected]>
Co-authored-by: David Widmann <[email protected]>
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