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

[ROOFLINE] Roofline analysis over RPC #11252

Merged
merged 5 commits into from
May 13, 2022
Merged

Commits on May 13, 2022

  1. [ROOFLINE] Roofline analysis over RPC

    Run roofline analysis on remote devices if requested. Peak flops and
    peak bandwidth estimation are done on the remote device.
    Tristan Konolige committed May 13, 2022
    Configuration menu
    Copy the full SHA
    c06655e View commit details
    Browse the repository at this point in the history
  2. allocate testing arrays directly on device and randomly fill

    Tristan Konolige committed May 13, 2022
    Configuration menu
    Copy the full SHA
    2f88743 View commit details
    Browse the repository at this point in the history
  3. forgot to include remote

    Tristan Konolige committed May 13, 2022
    Configuration menu
    Copy the full SHA
    0d2f6f7 View commit details
    Browse the repository at this point in the history
  4. lower flops ratio, machine may be using multiple threads

    Tristan Konolige committed May 13, 2022
    Configuration menu
    Copy the full SHA
    445d328 View commit details
    Browse the repository at this point in the history
  5. forgot fill

    Tristan Konolige committed May 13, 2022
    Configuration menu
    Copy the full SHA
    10c8f05 View commit details
    Browse the repository at this point in the history