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 a0c2f4b commit 792aec5Copy full SHA for 792aec5
ext/EnzymeCoreExt.jl
@@ -25,6 +25,9 @@ end
25
function EnzymeCore.EnzymeRules.inactive_noinl(::typeof(CUDA.is_pinned), args...)
26
return nothing
27
end
28
+function EnzymeCore.EnzymeRules.inactive_noinl(::typeof(CUDA.device_synchronize), args...)
29
+ return nothing
30
+end
31
function EnzymeCore.EnzymeRules.inactive(::typeof(CUDA.launch_configuration), args...; kwargs...)
32
33
0 commit comments