Skip to content

Commit fbbbb35

Browse files
committed
chore(hpc/blocked_grid): re-export A5 aliases from mod.rs
Uncomment the aliases re-export now that A5 (2402275) has landed. All 74 lib tests and 74 doctests passing. Cargo fmt + clippy clean.
1 parent b479956 commit fbbbb35

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/hpc/blocked_grid/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ mod super_block;
2323
mod compute;
2424
mod aliases;
2525

26+
pub use aliases::{
27+
AmxBf16Grid, AmxInt8Grid, HalfSquareU64, ShaderMantissaGrid, SquareF64Stack8, StripF32Stack2, StripF32Stack4,
28+
};
2629
pub use base::{BlockedGrid, GridBlock, GridBlockMut};
2730
pub use iter::{BaseBlockIter, BaseBlockIterMut};
2831
pub use super_block::{GridSuperBlock, GridSuperBlockMut, TierBlockIter, TierBlockIterMut};
29-
// (compute/aliases have no re-exports — they add impls on existing types)
32+
// (compute has no re-exports — only adds impls on existing types)

0 commit comments

Comments
 (0)