Commit a1d9285f authored by Bartlomiej Wroblewski's avatar Bartlomiej Wroblewski
Browse files

Reference contraction: Add missing type_convert for dst value

parent 0ceab3dd
...@@ -81,7 +81,7 @@ struct ReferenceContraction_M2_N2_K2 : public ck::tensor_operation::device::Base ...@@ -81,7 +81,7 @@ struct ReferenceContraction_M2_N2_K2 : public ck::tensor_operation::device::Base
} }
} }
arg.c_ms_ns_(m0, m1, n0, n1) = v_acc; arg.c_ms_ns_(m0, m1, n0, n1) = ck::type_convert<CDataType>(v_acc);
}; };
make_ParallelTensorFunctor(f_ms_ns, make_ParallelTensorFunctor(f_ms_ns,
......
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