You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the attached snippet from a notebook running the latest WebbPSF.
The key points to note are:
Unsurprisingly, the first run is slower than the later ones because various calculations need to be cached.
Much more surprisingly, after the first, there is a consistent trend, independent of execution order, that computing an MSA PSF for the NRS2 detector is ~4x slower than NRS1. Which seems odd since one would think they'd be nearly identical.
(Note: this is on a machine with cupy and a GPU, so it might be using the cupy GPU pathway which may or may not make a difference.)
cc @mperrin (who I discussed a bit with out-of-band about this)
The text was updated successfully, but these errors were encountered:
@eteq out of curiosity are you still having this issue? I never got around to trying to reproduce it (since I don't have an easy access to a GPU machine at work, it's not as straightforward to do so). From your perspective is there still motivation for someone to look into this for you?
See the attached snippet from a notebook running the latest WebbPSF.
The key points to note are:
(Note: this is on a machine with cupy and a GPU, so it might be using the cupy GPU pathway which may or may not make a difference.)
cc @mperrin (who I discussed a bit with out-of-band about this)
The text was updated successfully, but these errors were encountered: