• Hongtao Zhang's avatar
    microbenchmark - CPU Stream Benchmark Revise (#712) · 991c0051
    Hongtao Zhang authored
    
    
    In the current implementation, the CPU‑stream benchmark code renames the
    binary before the microbench base class can verify its existence,
    causing the default‐binary check to fail.
    
    This PR adds a “default” binary—built with the standard compile
    parameters—so that the base class can always find and validate it. Once
    the default binary is in place, the CPU‑stream code will rename it as
    needed and re‑check its presence before running the benchmark.
    
    The PR also enable CPU stream in the default settings.
    
    ---------
    Co-authored-by: default avatarHongtao Zhang <hongtaozhang@microsoft.com>
    991c0051
cpu_stream_performance.py 5.09 KB