-
Notifications
You must be signed in to change notification settings - Fork 808
Add CPU counter benchmark #20978
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
Add CPU counter benchmark #20978
Conversation
8901898 to
ccad86b
Compare
| ret.append(f"{k} {v}") | ||
| ret.sort() | ||
| return self._bench_name + " " + ", ".join(ret) | ||
| return self._bench_name + " " + ", ".join(ret) + self._cpu_count_str() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explicit_group and display_name have to include this string as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
|
Drafted until cpu count support is merged in Compute Benchmarks repo |
fc5fea3 to
2f93b79
Compare
|
change in Compute Benchmarks already merged, you may continue work here now |
4ff2365 to
1002bfb
Compare
| nAppendCopy=0, | ||
| ), | ||
| ] | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have to bump Compute Benchmark's version (to this commit: intel/compute-benchmarks@667721a);
Also, how is it working without bumping the version? I would expect our tests to fail in CI...
|
@intel/llvm-gatekeepers please consider merging |
9aac409 to
772cb99
Compare
Signed-off-by: luszczewskakasia1 <[email protected]>
|
@intel/llvm-gatekeepers , please merge - these are benchmarks only change, already reviewed |
- Fix missing param passing to torch benchmark bin (ref. intel#20978) - Extend test case to check if the param is passed, as expected - Move log with full command to execute from Debug to Info
- Fix missing param passing to torch benchmark bin (ref. #20978) - Extend test case to check if the param is passed, as expected - Move log with full command to execute from Debug to Info
No description provided.