Skip to content

Commit 7a9d570

Browse files
taozha2t4c1
andcommitted
Update include/cute/atom/copy_traits_xe.hpp
Co-authored-by: Tadej Ciglarič <[email protected]>
1 parent 9c7ea78 commit 7a9d570

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
@@ -1716,11 +1716,11 @@ struct Copy_Traits_<XE_2D_U8x16x32_LD_T, args_t...>
17161716
: XE_2D_LD_Unpack<XE_2D_U8x16x32_LD_T, args_t...> {
17171717
using ThrID = Layout<_16>;
17181718
// Map from (src-thr,src-val) to bit
1719-
using SrcLayout = Layout<Shape <_16,_16>,
1720-
Stride< _0, _1>>;
1719+
using SrcLayout = Layout<Shape <_16,Shape <_8,_32>>,
1720+
Stride< _0, Stride<_1, _8>>>;
17211721
// Map from (dst-thr,dst-val) to bit
1722-
using DstLayout = Layout<Shape < _16,Shape <_16,_16>>,
1723-
Stride<_256,Stride< _1,_16>>>;
1722+
using DstLayout = Layout<Shape < _16,Shape <_8,_32>>,
1723+
Stride<_256,Stride< _1,_8>>>;
17241724
// Reference map from (thr,val) to bit
17251725
using RefLayout = DstLayout;
17261726

0 commit comments

Comments
 (0)