You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: