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 atomics to reduce dprint memory footprint #18742

Open
pgkeller opened this issue Mar 6, 2025 · 0 comments
Open

use atomics to reduce dprint memory footprint #18742

pgkeller opened this issue Mar 6, 2025 · 0 comments

Comments

@pgkeller
Copy link
Contributor

pgkeller commented Mar 6, 2025

dprint buffers currently consume ~1K. this may be larger in future architectures
read from host is much slower than any synchronization on device
dprints typically happen on a single or couple of processors at once
BH has atomics
dprint buffers could be consolidated to save memory (all print to one buffer)
low priority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant