microbenchmark - CPU Stream Benchmark Revise (#712)
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:
Hongtao Zhang <hongtaozhang@microsoft.com>
Showing
Please register or sign in to comment