Skip to content

Commit

Permalink
fix (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Sep 21, 2024
1 parent 00037e7 commit 0d6fe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5746,7 +5746,7 @@ function GPUCompiler.codegen(output::Symbol, job::CompilerJob{<:EnzymeTarget};
end
end

if !(haskey(functions(mod), k_name) || has_custom_rule)
if !haskey(functions(mod), k_name)
continue
end

Expand Down

0 comments on commit 0d6fe67

Please sign in to comment.