-
Notifications
You must be signed in to change notification settings - Fork 220
[NUMBA][CUDA] Add numba_debug flag. #1216
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
base: main
Are you sure you want to change the base?
Conversation
Adds a flag numba_debug. When used with debug flag enables debug support in numba cuda.
|
@ayermolo Thanks! Can you add a test for this? Adding to an existing test is also fine. |
Thanks for taking a look. I thought I did to cuda_core/tests/test_program.py Is there a better one? |
leofang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: What is the reason that we need this? How is --numba-debug consumed (and by whom)?
It will be consumed by nvrtc library, and used by: https://github.com/numba/numba/blob/main/numba/cuda/cudadrv/nvrtc.py |
|
/ok to test 3aed97d |
|
Adds a flag numba_debug to enable NUMBA CUDA debug capabilities.