Parth
Parth
> May I suggest creating a table to gather all the possible cases that may occur in order to make sure that we have not missed any? I can start...
Hi @stebos100 Thank you for reporting the issue. Can you please also add clad function (`clad::gradient`...) invocation calls in the reproducible example as well?
> the error occurs after the change of this PR right? Yes, however, the `break` statement had incorrect behavior without this PR change as well. It's just that the particular...
@Daksh1603 I was expecting some test changes as well that I don't see. Can you also please answer to @ShounakDas101 questions?
> * I have two separate build directories for the CLAD plugin . One is the standard CLAD build and the other is my own forked CLAD build , to...
Hi Aniket, There are multiple problems involved here, few of them are current limitations of Clad. I'd like to briefly go over the important ones. Right now, I will go...
Hi @A-K-Mishra Yes, currently, Clad does not support your example code. It would currently crash with the example you have provided. I'd like to briefly go over some of the...
Hi @A-K-Mishra I have changed the code presented in the issue such that it works with Clad. ```cpp #include "clad/Differentiator/Differentiator.h" #include #include using namespace std; struct C_Super { C_Super() {}...
Hi @muskangupta-02, Please feel free to raise a pull-request for this issue.
@vaithak I am not sure how this issue is related to #562.