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

Avoid more comm/compute overlap in ugni #15193

Merged
merged 1 commit into from
Mar 16, 2020

Commits on Mar 12, 2020

  1. Avoid more comm/compute overlap in ugni

    In 12960 we eliminated comm/compute overlap for FMA operations when a
    task hadn't done ~100 FMA operations. Here we extend that to RDMA and
    chained FMA operations as well. This is motivated by aggregation work
    where we do on-stmts followed by large RDMA PUTs/GETs, but we really
    don't want too many tasks started at once since that increses memory
    presssure. This also adds an option to completely disable comm/compute
    overlap in ugni, but it's not enabled by default since it has a 2x
    performance hit for SSCA.
    ronawho committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    fbdd0e2 View commit details
    Browse the repository at this point in the history