Skip to content

Commit d740e1f

Browse files
842974287facebook-github-bot
authored andcommitted
add autodep rule for torchrec/inference/Batching.h
Summary: Allow autodeps to auto add `fbcode//torchrec/inference:batching` to the buck target when we imported `torchrec/inference/Batching.h` Reviewed By: houseroad Differential Revision: D54284062 fbshipit-source-id: 5b505db2843112fb61bfd76cc3903c556b7f25c4
1 parent 789a816 commit d740e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchrec/inference/src/Batching.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#include "torchrec/inference/Batching.h"
9+
#include "torchrec/inference/Batching.h" // @manual
1010

1111
#include <c10/core/ScalarType.h>
1212
#include <folly/Range.h>

0 commit comments

Comments
 (0)