Skip to content

Commit 045b56c

Browse files
committed
Coverage
1 parent d8c777c commit 045b56c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • DifferentiationInterface/ext/DifferentiationInterfaceForwardDiffExt

DifferentiationInterface/ext/DifferentiationInterfaceForwardDiffExt/utils.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ end
1717
choose_chunk(::AutoForwardDiff{nothing}, x) = Chunk(x)
1818
choose_chunk(::AutoForwardDiff{chunksize}, x) where {chunksize} = Chunk{chunksize}()
1919

20-
batchsize_val(::Chunk{C}) where {C} = Val(C)
21-
2220
get_tag(f, backend::AutoForwardDiff, x) = backend.tag
2321

2422
function get_tag(f::F, ::AutoForwardDiff{chunksize,Nothing}, x) where {F,chunksize}

0 commit comments

Comments
 (0)