Skip to content

Commit

Permalink
Update sugar.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Nov 28, 2024
1 parent 60d71ca commit 663cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sugar.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end
target = Compiler.DefaultCompilerTarget()
params = Compiler.PrimalCompilerParams(API.DEM_ForwardMode)
mi = my_methodinstance(fn, Tuple{T, Int})
job = Compiler.CompilerConfig.CompilerJob(mi, Compiler.CompilerConfig(target, params; kernel = false))
job = Enzyme.Compiler.CompilerConfig.CompilerJob(mi, Enzyme.Compiler.CompilerConfig(target, params; kernel = false))
mod, meta = GPUCompiler.codegen(
:llvm,
job;
Expand Down

0 comments on commit 663cfb1

Please sign in to comment.