Vladimir

Results 21 comments of Vladimir

>>Could you also please send the arguments you executed the function with? Sure, everything is here. https://github.com/FROL256/clad_autodiff_examples/blob/jacobian_test1/SourceFile.cpp

Eigen 3.4 I have all my code here https://github.com/FROL256/diffrender_tutorials

>>I'm not sure this construct can be supported. However, clspv should not crash but instead report an error if that's the case. Could you please advice what exactly is not...

Thank you very much! Perfectly OK! This problem does not bother me now. I can just use the known wgSize instead of get_local_size(...) call. But at some point, I just...

Btw, same issue if enable C++ in kernels with ``` -cl-std=CLC++ -inline-entry-points ```

If use combination of further flags ``` -pod-pushconstant -cl-std=CLC++ -inline-entry-points ``` got: ``` POD arguments as push constants are not compatible with module scope push constants ``` Can't say this...

didn't work with it for a while, srry (

for me this reproduces just on launch, Linux mint 21

I have opened access, srry

Hy @parth-07. Thank you very much for your reply. I'll try to rewrite the code.