File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ function gpu_rev(
255255end
256256
257257function 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(
313313end
314314
315315function EnzymeRules. reverse (
316- config:: Config ,
316+ config:: RevConfig ,
317317 func:: Const{<:Kernel} ,
318318 :: Type{<:EnzymeCore.Annotation} ,
319319 tape,
366366# synchronize rule and then synchronize where the launch was. However, with the current
367367# kernel semantics this ensures correctness for now.
368368function 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(
376376end
377377
378378function EnzymeRules. reverse (
379- config:: Config ,
379+ config:: RevConfig ,
380380 func:: Const{typeof(synchronize)} ,
381381 :: Type{Const{Nothing}} ,
382382 tape,
You can’t perform that action at this time.
0 commit comments