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

Use std::string in create_logger to avoid valgrind warning in some configs #2517

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

aarongreig
Copy link
Contributor

Specifically this should fix warnings such as the one seen in pytorch CI: https://github.com/pytorch/pytorch/actions/runs/12043736074/job/33601354052#step:14:10286

@aarongreig aarongreig requested a review from a team as a code owner January 3, 2025 12:20
@github-actions github-actions bot added the common Changes or additions to common utilities label Jan 3, 2025
@aarongreig aarongreig added the v0.11.x Include in the v0.11.x release label Jan 3, 2025
@aarongreig aarongreig force-pushed the aaron/fixValgrindWarnInLogger branch from 7121a60 to 42fb01f Compare January 3, 2025 13:31
@aarongreig
Copy link
Contributor Author

LLVM PR intel/llvm#16516

@aarongreig aarongreig added the ready to merge Added to PR's which are ready to merge label Jan 3, 2025
@kbenzie kbenzie merged commit 33c9485 into oneapi-src:main Jan 7, 2025
73 checks passed
dm-vodopyanov pushed a commit to intel/llvm that referenced this pull request Jan 7, 2025
Batches the following bug fixes:

* oneapi-src/unified-runtime#2504
* oneapi-src/unified-runtime#2517
* oneapi-src/unified-runtime#2524

---------

Signed-off-by: Neil R. Spruit <[email protected]>
Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
kbenzie added a commit that referenced this pull request Jan 7, 2025
Use std::string in create_logger to avoid valgrind warning in some configs
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 ready to merge Added to PR's which are ready to merge v0.11.x Include in the v0.11.x release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants