Baidyanath Kundu

Results 19 issues of Baidyanath Kundu

Currently `clad::array` and `clad::array_ref` only supports single dimensional arrays. If this feature is added clad will be able to differentiate multidimensional arrays. Possible design decisions include: - Storage: Multidimensional or...

Clad uses the [`isUnusedResult`](https://github.com/vgvassilev/clad/blob/edb192554fb3b45a5ebaa786227847779e16b4a0/lib/Differentiator/VisitorBase.cpp#L197) function to check for unneccessary statements and remove them from the generated code. Since the array subscript expression of `clad::array` calls it's operator overload the function...

good first issue

The lines from [611-690](https://github.com/vgvassilev/clad/blob/b09c8dfcd12fa6286607f9d07f037225da11103f/lib/Differentiator/ForwardModeVisitor.cpp#L611-L690) in `ForwardModeVisitor.cpp` belong in `DerivativeBuilder.cpp`

Sample source code: ```c++ double f(double x, double y) { y = x; return y; } ``` Diff generated: ```c++ void f_grad(double x, double y, clad::array_ref _d_x, clad::array_ref _d_y) {...

The lack of coverage is seen in files changed section in #237.

This issue references the PR #237 We need to decide the size temporary array that is build for a `CallExpr`. For example, when the below function is differentiated: ```cpp void...

I am using the command: ` musicrepair -dir "C:\Users\Baidyanath Kundu\Music\English"` The program waits for a couple of seconds and then exists without changing any metadata. If I put musicrepair.exe and...

This changes backports the commits that add numba support in cppyy master to PyROOT. ## Checklist: - [x] Pass all python tests in `roottest` (1 test failing - `roottest-python-memory-memory`) -...

**What version of Racket are you using?** 8.5+ppa1-1~jammy1 **What program did you run?** `raco pkg install` (`raco pkg install --skip-installed --auto generic-flonum` in my case) **What should have happened?** Should...

When running `cpt.py` in the `Set variables` stage, I get the error: ``` make: *** No rule to make target 'lit.site.cfg'. Stop. subprocess.CalledProcessError: Command 'make lit.site.cfg' returned non-zero exit status...