Skip to content

Commit d33fb10

Browse files
authored
Update Enzyme.jl
1 parent 39220b7 commit d33fb10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Enzyme.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ end
7070
end
7171

7272
@inline function Enzyme.tupstack(
73-
data::Tuple{Vararg{<:RArray{T}}},
73+
data::Tuple{Vararg{<:RArray}},
7474
outshape::Tuple{Vararg{Int}},
7575
inshape::Tuple{Vararg{Int}},
76-
) where {T}
76+
)
7777
res = similar(first(data), outshape..., inshape...)
7878
c = CartesianIndices(outshape)
7979
tail_dims = map(Returns(:), inshape)

0 commit comments

Comments
 (0)