Skip to content

Can this library be used to calculate a bunch of taylor coefficients in parallel? #375

Open
@LeanderK

Description

@LeanderK

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions