-
Notifications
You must be signed in to change notification settings - Fork 803
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
base: sycl
Are you sure you want to change the base?
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
Signed-off-by: luszczewskakasia1 <[email protected]>
| PROFILERS.TIMER, | ||
| **{**kwargs, "warmupIterations": 1}, | ||
| ) | ||
| def createTorchSlmSizeBench(variant_name: str, **kwargs): |
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.
bad rebase? we now have 2 createTorchSlmSizeBench funcs
| "KernelSubmitSingleQueue Int32Large", | ||
| {"pytorch", "L0"}, | ||
| ) | ||
| self._checkCase( |
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.
I believe we don't need so many new Test Cases, we can just add 1 or 2 new test, and the rest we can randomly update (some existing TCs can have just added the "CPU count").
|
change in Compute Benchmarks already merged, you may continue work here now |
No description provided.