Commit a0c43e7b authored by myamlak's avatar myamlak
Browse files

Format

parent 31720510
...@@ -94,10 +94,10 @@ struct ReferenceConvBwdWeight : public device::BaseOperator ...@@ -94,10 +94,10 @@ struct ReferenceConvBwdWeight : public device::BaseOperator
float v_in; float v_in;
arg.out_element_op_( arg.out_element_op_(
v_out, v_out,
ck::type_convert<float>(arg.out_n_k_ho_wo_(n, k, ho, wo))); ck::type_convert<float>(arg.out_n_k_ho_wo_(n, k, ho, wo)));
arg.in_element_op_( arg.in_element_op_(
v_in, ck::type_convert<float>(arg.in_n_c_hi_wi_(n, c, hi, wi))); v_in, ck::type_convert<float>(arg.in_n_c_hi_wi_(n, c, hi, wi)));
v_acc += v_out * v_in; v_acc += v_out * v_in;
} }
......
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