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
Big refactoring: Uint4x32_to_prec_uniform moves from a fetch op to a proper unary op (Ops) with dedicated shape and projections inference support (once done); getting rid of the remaining dedicated_access fetch ops with a migration of Merge_buffer to a stand-alone Get_merge_buffer variant in float_t (Low_level); and better consistency with the new terminal_type (Shape).
- Introduced a new `uint4x32_t` structure and a stub for the `arrayjit_threefry4x32` function.
- Updated `float_t` type to include `Get_merge_buffer` and removed the `dedicated_access` type.
- Added `Uint4x32_to_prec_uniform` operation in `ops.ml` and updated related type definitions in `shape.ml` and `shape.mli`.
- Modified tensor operation signatures to include a new `terminal_op` parameter for better expressivity.
0 commit comments