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(
255
255
end
256
256
257
257
function EnzymeRules. augmented_primal (
258
- config:: Config ,
258
+ config:: RevConfig ,
259
259
func:: Const{<:Kernel} ,
260
260
:: Type{Const{Nothing}} ,
261
261
args:: Vararg{Any, N} ;
@@ -313,7 +313,7 @@ function EnzymeRules.augmented_primal(
313
313
end
314
314
315
315
function EnzymeRules. reverse (
316
- config:: Config ,
316
+ config:: RevConfig ,
317
317
func:: Const{<:Kernel} ,
318
318
:: Type{<:EnzymeCore.Annotation} ,
319
319
tape,
366
366
# synchronize rule and then synchronize where the launch was. However, with the current
367
367
# kernel semantics this ensures correctness for now.
368
368
function EnzymeRules. augmented_primal (
369
- config:: Config ,
369
+ config:: RevConfig ,
370
370
func:: Const{typeof(synchronize)} ,
371
371
:: Type{Const{Nothing}} ,
372
372
backend:: T ,
@@ -376,7 +376,7 @@ function EnzymeRules.augmented_primal(
376
376
end
377
377
378
378
function EnzymeRules. reverse (
379
- config:: Config ,
379
+ config:: RevConfig ,
380
380
func:: Const{typeof(synchronize)} ,
381
381
:: Type{Const{Nothing}} ,
382
382
tape,
You can’t perform that action at this time.
0 commit comments