You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto tm = make_tiled_mma(SM80_16x8x16_F16F16F16F16_TN{},
Layout<Shape<_2,_2,_1>>{}
);
auto tm = make_tiled_mma(SM80_16x8x16_F16F16F16F16_TN{},
Layout<Shape<_2,_2,_1>>{},
Layout<Shape<_1, _2, _1>>{}
);
have the same structure
print_latex(tm);
print(tm.get_thr_layout_vmnk()), print("\n");
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Why Layout<Shape<_1, _2, _1>>{} has no effect ?
auto tm = make_tiled_mma(SM80_16x8x16_F16F16F16F16_TN{},
Layout<Shape<_2,_2,_1>>{}
);
auto tm = make_tiled_mma(SM80_16x8x16_F16F16F16F16_TN{},
Layout<Shape<_2,_2,_1>>{},
Layout<Shape<_1, _2, _1>>{}
);
have the same structure
print_latex(tm);
print(tm.get_thr_layout_vmnk()), print("\n");
Beta Was this translation helpful? Give feedback.
All reactions