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 resolve_argument_type() from typing context #9583

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gmarkall
Copy link
Member

It was only used by the CUDA target, and contained CUDA-specific code in the core of Numba, which was a bit of a violation of the target abstraction.

The CUDA target's typeof_pyval() implements the same logic anyway, so we can just reuse that in the CUDA target.

@gmarkall gmarkall added 2 - In Progress CUDA CUDA related issue/PR Effort - short Short size effort needed labels May 23, 2024
@gmarkall
Copy link
Member Author

gpuci run tests

It was only used by the CUDA target, and contained CUDA-specific code in
the core of Numba, which was a bit of a violation of the target
abstraction.

The CUDA target's `typeof_pyval()` implements the same logic anyway, so
we can just reuse that in the CUDA target.
@gmarkall gmarkall force-pushed the remove-resolve-argument-type branch from 4c259c3 to 5b8a8e9 Compare May 23, 2024 12:51
@gmarkall
Copy link
Member Author

gpuci run tests

@gmarkall gmarkall added the skip_release_notes Skip towncrier requirement label May 23, 2024
@gmarkall gmarkall closed this May 23, 2024
@gmarkall gmarkall reopened this May 23, 2024
@sklam sklam added this to the 0.61.0-rc1 milestone May 28, 2024
@sklam sklam self-requested a review May 28, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review CUDA CUDA related issue/PR Effort - short Short size effort needed skip_release_notes Skip towncrier requirement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants