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

Remove dead _Kernel.__call__ #6333

Merged
merged 1 commit into from Oct 30, 2020

Conversation

gmarkall
Copy link
Member

@gmarkall gmarkall commented Oct 9, 2020

This is a fairly minor removal of dead code, but I keep coming across _Kernel.__call__ when tracing through from a call to a kernel launch and getting confused, so I'm motivated to remove it.

@gmarkall gmarkall added 3 - Ready for Review CUDA CUDA related issue/PR labels Oct 9, 2020
@stuartarchibald stuartarchibald added this to the PR Backlog milestone Oct 9, 2020
@gmarkall
Copy link
Member Author

when tracing through from a call to a kernel launch

For clarification - this is when I'm manually tracing what happens though the source code, this never appears in a backtrace because it's dead code.

Copy link
Contributor

@stuartarchibald stuartarchibald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the patch _kernel_call doesn't exist so this path must be dead.

@stuartarchibald stuartarchibald added 5 - Ready to merge Review and testing done, is ready to merge and removed 3 - Ready for Review labels Oct 21, 2020
@stuartarchibald stuartarchibald merged commit d2c44d4 into numba:master Oct 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to merge Review and testing done, is ready to merge CUDA CUDA related issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants