Vassil Vassilev

Results 292 comments of Vassil Vassilev

Looks like we have two bugs here. One that I already filed and another that might be involved in system clang unable to run plugins due to security protection. I...

In that case, you can install the version of llvm that you can (anything up to llvm12 is supported) and then you should make sure you install a compatible version...

We need to mark all function definitions in `CladConfig.h` `inline`.

@parth-07, I would the diagnostics on calling `clad::differentiate(f5);` a feature ;) We should not use `clad::differentiate` for array types because `clad::gradient` is *far* more efficient. That being said, we might...

Indeed, we are missing some dependency I suspect between `intrinsic_gen` and clad. Running `make clang && make clad` should work around the problem.

Thanks for reaching out! Can you give an example of what exactly you have in mind?

Add tests such as: ``` double f1(double* pts, size_t numElements) {...} double f2(std::vector pts) {...} double f3(iterator begin, iterator end) {...} ```

@SylvainCorlay, is this a known issue?

We should be able to compile it, could you submit a patch for this (currently I don't have a 32 bit machine)?