-
Notifications
You must be signed in to change notification settings - Fork 790
[CI] Add option to enable unitrace when benchmarking #19931
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?
Conversation
…hmark-ci-enable-unitrace
--timestamp-override "$SAVE_TIMESTAMP" \ | ||
--detect-version sycl,compute_runtime | ||
--detect-version sycl,compute_runtime \ | ||
--flamegraph inclusive \ |
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.
Should we enable both flamegraph and unitrace at the same run, @mateuszpn?
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.
@mateuszpn Friendly ping
type: string | ||
default: 'false' | ||
required: False | ||
enable_unitrace: |
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.
is this option only for benchmarks? if so, I guess you can rename with prefix benchmark_
here
This PR: