Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPUize posterior transformations #320

Open
dominic-chang opened this issue Oct 3, 2023 · 0 comments
Open

GPUize posterior transformations #320

dominic-chang opened this issue Oct 3, 2023 · 0 comments

Comments

@dominic-chang
Copy link
Contributor

The ascube and asflat posterior transformations are currently not gpu friendly. These transformations could potentially be made gpu friendly and non allocating. Here's a series of helpful places to look:

  • TransformationVariables.jl
    TransformationVariables is the underlying dependency used to handle the posterior transformations.
  • ComponentVectors.jl
    The current representation of the data is in terms of named tuples. Representations in terms of componentvectors are likely to be more GPU friendly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant