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

Pkhuong/cold cache #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Pkhuong/cold cache #12

wants to merge 2 commits into from

Commits on Sep 26, 2020

  1. bench: let bench runners measure runtime for lukewarm or cold code

    Before each iteration, we can CLFLUSH UMASH code out of all caches,
    and optionally bring it back in (the unified) L2 cache.
    pkhuong committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    d482ce8 View commit details
    Browse the repository at this point in the history
  2. bench/notebooks/bench_synthetic_size: feed an arbitrary array to umas…

    …h_bench
    
    Sometimes we want to examine situations that rarely happen in
    practice, e.g., throughput testing on large input sizes.
    
    We can do that by feeding an arbitrary array of input sizes to
    umash_bench.compare_inputs
    
    TESTED=manually.
    pkhuong committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    cfc4095 View commit details
    Browse the repository at this point in the history