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
Following discussion at MaxEnt 2024 with John Skilling JAXNS's parallel implementation will be updated. It will perform parallel NS by discarding M points per step and replacing them all in parallel. This will impose a global synchronisation on the speed of the slowest sample replacement before the next shell can be discarded but ultimately this will still perform well on distributed hardward and make use of accelerator meshes. The sharded axis shall be the frontier of samples (representing the live points). This will improve on the current parallel NS which uses totally independent samplers (at reduced resolution), but uses a secondary phase to align the depths. Our sample tree implementation will be preserved for posterity and dynamic refinement, but I'll ultimately choose whatever structure is the most performant, in line with JAXNS's mission.
Implement sharded parallel nested sampling applicable to multi-node, multi-device with SIMD and sharded computation.
The text was updated successfully, but these errors were encountered: