Skip to content

Commit 7516ccb

Browse files
committed
fixup
1 parent a854a36 commit 7516ccb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ext/EnzymeExt.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function gpu_rev(
255255
end
256256

257257
function EnzymeRules.augmented_primal(
258-
config::Config,
258+
config::RevConfig,
259259
func::Const{<:Kernel},
260260
::Type{Const{Nothing}},
261261
args::Vararg{Any, N};
@@ -313,7 +313,7 @@ function EnzymeRules.augmented_primal(
313313
end
314314

315315
function EnzymeRules.reverse(
316-
config::Config,
316+
config::RevConfig,
317317
func::Const{<:Kernel},
318318
::Type{<:EnzymeCore.Annotation},
319319
tape,
@@ -366,7 +366,7 @@ end
366366
# synchronize rule and then synchronize where the launch was. However, with the current
367367
# kernel semantics this ensures correctness for now.
368368
function EnzymeRules.augmented_primal(
369-
config::Config,
369+
config::RevConfig,
370370
func::Const{typeof(synchronize)},
371371
::Type{Const{Nothing}},
372372
backend::T,
@@ -376,7 +376,7 @@ function EnzymeRules.augmented_primal(
376376
end
377377

378378
function EnzymeRules.reverse(
379-
config::Config,
379+
config::RevConfig,
380380
func::Const{typeof(synchronize)},
381381
::Type{Const{Nothing}},
382382
tape,

0 commit comments

Comments
 (0)