Skip to content
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

fix perf regression in tracing layer #2108

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

pbalcer
Copy link
Contributor

@pbalcer pbalcer commented Sep 20, 2024

In the current tracing layer, the parameters of the function being called are always printed to a string stream that may be used for logging. However, if logs are disabled, this just unnecessarily wastes times.

In the current tracing layer, the parameters of the function
being called are always printed to a string stream that may
be used for logging. However, if logs are disabled, this
just unnecessarily wastes times.
@pbalcer pbalcer requested a review from a team as a code owner September 20, 2024 10:19
@pbalcer pbalcer added the v0.10.x Include in the v0.10.x release label Sep 20, 2024
@github-actions github-actions bot added loader Loader related feature/bug common Changes or additions to common utilities labels Sep 20, 2024
@pbalcer
Copy link
Contributor Author

pbalcer commented Sep 20, 2024

the build failure is unrelated, i'll restart once it all passes.

@kbenzie
Copy link
Contributor

kbenzie commented Sep 20, 2024

the build failure is unrelated, i'll restart once it all passes.

This type of failure where its specific to one runner/config is why I'd like to split up the workflows so its easier and faster to retry those jobs.

@pbalcer
Copy link
Contributor Author

pbalcer commented Sep 20, 2024

intel/llvm#15457

@omarahmed1111 omarahmed1111 added the ready to merge Added to PR's which are ready to merge label Sep 20, 2024
@omarahmed1111 omarahmed1111 merged commit 7384e2d into oneapi-src:main Sep 20, 2024
73 of 74 checks passed
omarahmed1111 added a commit that referenced this pull request Sep 20, 2024
fix perf regression in tracing layer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
common Changes or additions to common utilities loader Loader related feature/bug ready to merge Added to PR's which are ready to merge v0.10.x Include in the v0.10.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants