Skip to content

Commit 3f1a428

Browse files
taozha2t4c1
andauthored
Update include/cute/atom/copy_traits_xe.hpp
Co-authored-by: Tadej Ciglarič <[email protected]>
1 parent 50f9bbf commit 3f1a428

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/cute/atom/copy_traits_xe.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,11 +1711,11 @@ struct Copy_Traits_<XE_2D_U8x16x32_LD_T, args_t...>
17111711
: XE_2D_LD_Unpack<XE_2D_U8x16x32_LD_T, args_t...> {
17121712
using ThrID = Layout<_16>;
17131713
// Map from (src-thr,src-val) to bit
1714-
using SrcLayout = Layout<Shape <_16,_16>,
1715-
Stride< _0, _1>>;
1714+
using SrcLayout = Layout<Shape <_16,Shape <_8,_32>>,
1715+
Stride< _0, Stride<_1, _8>>>;
17161716
// Map from (dst-thr,dst-val) to bit
1717-
using DstLayout = Layout<Shape < _16,Shape <_16,_16>>,
1718-
Stride<_256,Stride< _1,_16>>>;
1717+
using DstLayout = Layout<Shape < _16,Shape <_8,_32>>,
1718+
Stride<_256,Stride< _1,_8>>>;
17191719
// Reference map from (thr,val) to bit
17201720
using RefLayout = DstLayout;
17211721

0 commit comments

Comments
 (0)