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

Type system implementation #2: Added builtins support for the new type system. #9430

Draft
wants to merge 29 commits into
base: feature/np_2
Choose a base branch
from

Conversation

kc611
Copy link
Collaborator

@kc611 kc611 commented Feb 9, 2024

As titled, this PR adds support for builtins in the new type system.

Depends on: #9408

- Both classes derived from respective `Base` classes
-  Existing scalar classes are also derived classes of the respective `Base` classes.
- Added a config flag to switch from old type system to the new type system
…ions

- Also added initial support for binary operations in new type system
- This is done in order for the templates (for instance a lower cast template) to be valid for both old and new type system
- This is done in order for the templates to be valid for both old and new type system.
…thon.

- This is done in order for the templates to be valid for both old and new type system.
- This is done in order for the templates to be valid for both old and new type system.
…ba.np

- This is done in order for the templates to be valid for both old and new type system.
…c locations of numba

- This is done in order for the templates to be valid for both old and new type system.
…ba.tests

- This is done in order for the templates to be valid for both old and new type system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In Progress NumPy 2.0 Related to NumPy 2.0 support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant