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

Add support for newer context flags #613

Open
eyalroz opened this issue Mar 16, 2024 · 0 comments
Open

Add support for newer context flags #613

eyalroz opened this issue Mar 16, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Mar 16, 2024

In recent CUDA versions, additional context creation flags have been introduced:

  • CUDA 12.1: CU_CTX_COREDUMP_ENABLE - Trigger coredumps from exceptions in this context
  • CUDA 12.1: CU_CTX_USER_COREDUMP_ENABLE - Enable user pipe to trigger coredumps in this context
  • CUDA 12.3: CU_CTX_SYNC_MEMOPS - Ensure synchronous memory operations on this context will synchronize

I don't quite understand what these mean, exactly, but we should add support for them

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

No branches or pull requests

1 participant