Skip to content

Commit c771ef2

Browse files
vchuravygiordano
authored andcommitted
Update src/compiler.jl
Co-authored-by: Mosè Giordano <[email protected]>
1 parent 74636a0 commit c771ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4294,7 +4294,7 @@ function GPUCompiler.compile_unhooked(output::Symbol, job::CompilerJob{<:EnzymeT
42944294
if primal_target isa GPUCompiler.NativeCompilerTarget
42954295
if !(primal_params isa PrimalCompilerParams)
42964296
# XXX: This means mode is not propagated and rules are not applied for GPU code.
4297-
@safe_debug "NativeCompilerTarget without primal compiler params" primal_job
4297+
@safe_debug "NativeCompilerTarget without primal compiler params" primal_params
42984298
end
42994299
else
43004300
# XXX: This means mode is not propagated and rules are not applied for GPU code.

0 commit comments

Comments
 (0)