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

NSight Compute: prevent API calls during precompilation #2233

Closed
maleadt opened this issue Jan 15, 2024 · 1 comment
Closed

NSight Compute: prevent API calls during precompilation #2233

maleadt opened this issue Jan 15, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@maleadt
Copy link
Member

maleadt commented Jan 15, 2024

Otherwise you'll end up attaching to the precompilation process.

Also, the docs are out of date, because it waits for the debugger now during using CUDA, and not when doing the first CUDA operation.

@maleadt maleadt added enhancement New feature or request good first issue Good for newcomers labels Jan 15, 2024
@maleadt
Copy link
Member Author

maleadt commented Jan 16, 2024

This turns out to be tricky, as NSight Compute also breaks on version queries, which we do during platform augmentation and during forwards-compatible driver selection. So instead I've added to the docs that it's recommended to precompile all dependencies before profiling.

@maleadt maleadt closed this as completed Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant