Dan Foreman-Mackey
Dan Foreman-Mackey
I'm going to close this since all of our GPU linalg ops are now backed by the FFI which don't have this specific issue (failures when lowering), and should give...
It looks to me like most of the changes here aren't actually related to this new feature. Instead they revert more recent changes to the corner core. Please make sure...
Hi! This is working as expected. celerite2.jax doesn't support running on a GPU, it only has CPU implementations.
No and no. The algorithms used in celerite are sequential by nature, and they are not suitable for hardware acceleration. You can run the algorithms on a gpu and they'll...
I'll note that you can run the implementation of these algorithms in the tinygp package on GPU, but it's crazy slow.
Can you say more about what you were hoping to achieve here? Why do you need to run celerite2 on GPU? Is it because it's part of a larger model...
This doesn't seem like a corner problem to me really. It has something to do with the inputs you're passing in which must change on each rerun. Please try to...
In that case, please put together a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) that demonstrates the problem. Thanks!
Yes, I believe this should work as expected! Please report here if you're finding issues with that.
Great question! While it is calling `.plot` rather than `.hist`, that line _is_ plotting the histogram so the way I've always used it (e.g. to set the line styles) is...