We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abd91d commit e5699f1Copy full SHA for e5699f1
ext/FFTWEnzymeExt.jl
@@ -2,7 +2,7 @@ module FFTWEnzymeExt
2
3
using Enzyme, FFTW
4
5
-Enzyme.EnzymeRules.inactive_noinl(typeof(FFTW.assert_applicable), x...) = true
+Enzyme.EnzymeRules.inactive_noinl(::typeof(FFTW.assert_applicable), x...) = true
6
7
end # module
8
0 commit comments