Skip to content

Commit

Permalink
Fix confusing comment
Browse files Browse the repository at this point in the history
Summary: Fix an incorrect comment. Thanks YazhiGao for pointing and sorry for the confusion.

Reviewed By: YazhiGao

Differential Revision: D22898915

fbshipit-source-id: e10ffa17de5fe0429d336db5da4441e937d01a01
  • Loading branch information
dskhudia authored and facebook-github-bot committed Aug 5, 2020
1 parent be3940a commit 4abc34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PackWeightMatrixForGConv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ inline int PackWeightMatrixForGConv<T, accT, SPATIAL_DIM>::packed_index_(
* For IC_per_G == 8, 16, 32 && OC_per_G == 8, 16, 32 there is no need to work
* on 2 groups at a time and full SIMD width can be efficiently utilized even
* while working on 1 group at a time.
* In this case, the layout is G (C/4) R S K 4
* In this case, the layout is G R S K_per_G paddedICPerG
*/

template <typename T, typename accT, int SPATIAL_DIM>
Expand Down

0 comments on commit 4abc34a

Please sign in to comment.