WIP: packed bf16 cast v3.

This commit is contained in:
Ville Pietilä
2025-08-14 12:39:18 +00:00
parent 938ff298b4
commit 62c66a7d9c
3 changed files with 132 additions and 84 deletions

View File

@@ -19,7 +19,6 @@ TEST(Sequence, TestCreatingAccessSequence)
constexpr index_t nDim = 8;
constexpr auto SliceLengths = Sequence<4, 8, 1, 1, 4, 1, 2, 1>{};
//constexpr auto DimAccessOrder = Sequence<0, 1, 2, 3, 4, 5, 7, 6>{};
constexpr auto ScalarPerAccess = generate_sequence(
detail::lambda_scalar_per_access<DstVectorDim, DstScalarPerVector>{}, Number<nDim>{});