Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Oct 2, 2024
1 parent 8abd91d commit e5699f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/FFTWEnzymeExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module FFTWEnzymeExt

using Enzyme, FFTW

Enzyme.EnzymeRules.inactive_noinl(typeof(FFTW.assert_applicable), x...) = true
Enzyme.EnzymeRules.inactive_noinl(::typeof(FFTW.assert_applicable), x...) = true

Check warning on line 5 in ext/FFTWEnzymeExt.jl

View check run for this annotation

Codecov / codecov/patch

ext/FFTWEnzymeExt.jl#L5

Added line #L5 was not covered by tests

end # module

0 comments on commit e5699f1

Please sign in to comment.