You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Clad tries to create a pullback function for variadic functions, the variadic arg is not shown as a function parameter, so there's a mismatch in call args for a function and its actual params:
When Clad tries to create a pullback function for variadic functions, the variadic arg is not shown as a function parameter, so there's a mismatch in call args for a function and its actual params:
clad/lib/Differentiator/ReverseModeVisitor.cpp
Lines 1671 to 1686 in 284c33e
Clad should be able to handle such calls.
The text was updated successfully, but these errors were encountered: