Skip to content

Commit 97c29f3

Browse files
committed
Update Enzyme.jl
1 parent 5204fea commit 97c29f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enzyme.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ end
7070
end
7171

7272
@inline function Enzyme.tupstack(
73-
data::Tuple{Vararg{<:RArray}},
73+
data::Tuple{<:RArray, Vararg{<:RArray}},
7474
outshape::Tuple{Vararg{Int}},
7575
inshape::Tuple{Vararg{Int}},
7676
)

0 commit comments

Comments
 (0)