Open
Description
I have a family of functions, that is really just the same function with different parameters (so it can be vectorized on the GPU), and I want to calculate higher-order taylor-coefficents of each multivariate function in parallel. Could this be achieved using this library?
I don't know julia enough to really judge this on my own, so I would appreciate the hint. Thanks!
In case this is confusing, I have a family of functions f'(x) = (f_1(x), ...., f_n(x))
that performs the same computation over different constants, I am interested in computing all multivariate taylor-coefficients (up to a certain order) in parallel. I work with these functions on the gpu so ideally a gpu-based solution would be nice but that's optional for the prototype!
Metadata
Metadata
Assignees
Labels
No labels