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

Casting between types of the same width #963

Open
manopapad opened this issue Nov 14, 2024 · 0 comments
Open

Casting between types of the same width #963

manopapad opened this issue Nov 14, 2024 · 0 comments
Assignees

Comments

@manopapad
Copy link
Contributor

We need to be able to cast Legate Stores between binary types of the same width. We are talking about an in-place zero-copy conversion, that basically creates an alias to the underlying storage (like a reinterpret_cast in C++).

We would use this e.g. to convert a uint8 array, as comes out of HDF5, to a boolean array.

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

No branches or pull requests

3 participants