We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5204fea commit 97c29f3Copy full SHA for 97c29f3
src/Enzyme.jl
@@ -70,7 +70,7 @@ end
70
end
71
72
@inline function Enzyme.tupstack(
73
- data::Tuple{Vararg{<:RArray}},
+ data::Tuple{<:RArray, Vararg{<:RArray}},
74
outshape::Tuple{Vararg{Int}},
75
inshape::Tuple{Vararg{Int}},
76
)
0 commit comments