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 ac78d25 commit 8abd91d
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(assert_applicable), x...) = true
Enzyme.EnzymeRules.inactive_noinl(typeof(FFTW.assert_applicable), x...) = true

end # module

0 comments on commit 8abd91d

Please sign in to comment.