forked from jax-ml/jax
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Namely: * The slab is now `n` by 512 bytes, each row considered a "word". Addressing is word-aligned for now. * Program values are now assumed 1-dimensional, for the time being. Also: * Tile shapes are now parameters of the tiling template operation. * Views carry dtypes. The slab is stored in `uint8` and bitcast according to a view as needed. Co-authored-by: Adam Paszke <[email protected]> Co-authored-by: Matthew Johnson <[email protected]>
- Loading branch information
1 parent
b5b55db
commit eb68d68
Showing
1 changed file
with
81 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters