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

Investigate adding structured dtype support to CuPy #3144

Open
jrhemstad opened this issue Dec 12, 2024 · 1 comment
Open

Investigate adding structured dtype support to CuPy #3144

jrhemstad opened this issue Dec 12, 2024 · 1 comment

Comments

@jrhemstad
Copy link
Collaborator

NumPy supports limited forms of custom types via structured dtypes .

But CuPy does not. One of the benefits of cuda.parallel is that it could enable this.

We should investigate what it would take to make this work.

This issue can be closed after we have created another tracking issue breaking down the concrete work breakdown of what all would go into making structured dtypes work in cupy array algorithms.

@jrhemstad
Copy link
Collaborator Author

See cupy/cupy#2031

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant