Rohit Raj

Results 28 comments of Rohit Raj

Hello @parth-07 @vgvassilev To build script for a Unix-based system using Clang and libc++: ``` #!/bin/bash export CC=/usr/bin/clang export CXX=/usr/bin/clang++ export CXXFLAGS="-stdlib=libc++" mkdir build && cd build cmake .. make...

Hello @parth-07 @vgvassilev The issue here is that when using the Clad library to compute the gradient of the function `fn`, which modifies the input array `arr` in-place, the computed...

Hello @vgvassilev @parth-07 , please give me feedback. To fix this issue, we need to modify the `isUnusedResult` function in the Clad library to correctly identify the array subscript operator...

Hello @parth-07 @vgvassilev To solve this issue, we can create a new directory named "internal" under "include/clad/Differentiator" and move all the internal headers to this new directory. This will make...

Hello @parth-07 @vgvassilev, may this can solve this issue, Please give me feedback on this solution. To resolve this issue, we need to declare all the variables currently being declared...

@mclow can i work on it?

Hello @vgvassilev @parth-07 To optimize away the redundancy in the output, we can use a single label and then reference it with the ampersand operator. Like this: ``` ... myLabel:...

> Hi @ro4i7 > > Can you please explain how it will make code more efficient and make it easier to take higher-order derivatives? yeah sure, The use of a...

hello @alequetzalli Is this issue still open, if it is please assign it to me? and give feedback on my below solution: I have written step-by-step tutorial on "How to...

Hello @alequetzalli @fmvilas is this issue still open if it is then please assign it to me; and also please give feedback on my below solution ; In the previous...