We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadae35 commit 930f5f8Copy full SHA for 930f5f8
src/cpu/cpu_inner_product_pd.hpp
@@ -193,8 +193,8 @@ struct cpu_inner_product_fwd_pd_t : public inner_product_fwd_pd_t {
193
/* with batch = 1, no transpose to use the faster gemv kernels */
194
/* otherwise, we transpose the weights to improve efficiency of
195
* no-copy kernels */
196
- if (MB() > 1 && transpose_leading_dim(OC(), IC_total()))
197
- transpose_md(weights_md_);
+// if (MB() > 1 && transpose_leading_dim(OC(), IC_total()))
+// transpose_md(weights_md_);
198
return status::success;
199
};
200
0 commit comments