Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pxl-th committed Sep 12, 2024
1 parent 5e6e040 commit 8e91e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/EnzymeCoreExt/EnzymeCoreExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function EnzymeRules.augmented_primal(
kernel_args = ((rocconvert(a) for a in args)...,)
kernel_tt = map(typeof, kernel_args)

ModifiedBetween = overwritten(config)
ModifiedBetween = EnzymeRules.overwritten(config)
compiler_job = EnzymeCore.compiler_job_from_backend(
ROCBackend(), typeof(Base.identity), Tuple{Float64})
TapeType = EnzymeCore.tape_type(
Expand Down

0 comments on commit 8e91e0c

Please sign in to comment.