mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-16 08:44:55 +00:00
WIP: packed bf16 cast v3.
This commit is contained in:
@@ -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>{});
|
||||
|
||||
Reference in New Issue
Block a user