Skip to content

CUDA call tracer #442

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

Closed
wants to merge 19 commits into from
Closed

CUDA call tracer #442

wants to merge 19 commits into from

Conversation

ikawrakow
Copy link
Owner

@ikawrakow ikawrakow commented May 21, 2025

This PR adds a CUDA call tracer. The main purpose of the tracer is to hopefully help debug the illegal memory access crashes reported in #398 and #425. If there is a crash, the last 32 invocations of CUDA_CHECK will be printed to stderr before aborting. In my testing the overhead added by the tracer has negligible impact on performance.

@ikawrakow ikawrakow mentioned this pull request May 23, 2025
@ikawrakow
Copy link
Owner Author

I can close this one now.

@ikawrakow ikawrakow closed this May 23, 2025
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

Successfully merging this pull request may close these issues.

1 participant