Skip to content

Commit

Permalink
Merge pull request #267 from avik-pal/ap/gpu_tag
Browse files Browse the repository at this point in the history
Make the `get_tag` function generic
  • Loading branch information
ChrisRackauckas authored Oct 28, 2023
2 parents 7b271ed + 2000d97 commit 11ce18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/differentiation/jaches_products.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
struct DeivVecTag end

get_tag(::Array{Dual{T, V, N}}) where {T, V, N} = T
get_tag(::AbstractArray{Dual{T, V, N}}) where {T, V, N} = T
get_tag(::Dual{T, V, N}) where {T, V, N} = T

# J(f(x))*v
Expand Down

0 comments on commit 11ce18a

Please sign in to comment.