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

feat: astype #46

Merged
merged 1 commit into from
Mar 4, 2025
Merged

feat: astype #46

merged 1 commit into from
Mar 4, 2025

Conversation

seanmcl
Copy link
Collaborator

@seanmcl seanmcl commented Mar 3, 2025

This rewrites some of the type casting/conversion code and adds NumPy's astype method. This is essential for most of the KLR kernels we want to evaluate, as (implicit) casting abounds. There are currently no implicit type conversions; we need to manually call astype for now.

@seanmcl seanmcl changed the base branch from main to sm/00-noop March 3, 2025 23:13
Base automatically changed from sm/00-noop to main March 4, 2025 17:26
@seanmcl seanmcl merged commit 8c131d0 into main Mar 4, 2025
@seanmcl seanmcl deleted the sm/03-astype branch March 4, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants