Commit e463256f authored by Jing Zhang's avatar Jing Zhang
Browse files

fixed

parent 9e15aa34
...@@ -381,7 +381,7 @@ struct ThreadwiseTensorSliceTransfer_v3r1 ...@@ -381,7 +381,7 @@ struct ThreadwiseTensorSliceTransfer_v3r1
(is_same<f8_t, remove_cvref_t<DstData>>::value && (is_same<f8_t, remove_cvref_t<DstData>>::value &&
SrcScalarPerVector % 4 == 0 && DstScalarPerVector % 4 == 0))) SrcScalarPerVector % 4 == 0 && DstScalarPerVector % 4 == 0)))
{ {
//static_assert(is_same_v<remove_cvref_t<SrcData>, pk_i4_t>, // static_assert(is_same_v<remove_cvref_t<SrcData>, pk_i4_t>,
//"transpose is not allowed for pk_i4_t"); //"transpose is not allowed for pk_i4_t");
#if 1 #if 1
// each transpose does // each transpose does
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment