Skip to content

Commit b4f4651

Browse files
q10facebook-github-bot
authored andcommitted
Migrate TBE benchmark utilities over to TBE, pt 5
Summary: - Break up `split_table_batched_embeddings_benchmark.py` into smaller benchmark files Differential Revision: D70924409
1 parent 22c9f3a commit b4f4651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fbgemm_gpu/bench/tbe/tbe_inference_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
from torch.profiler import profile
4949

5050
logging.basicConfig(level=logging.DEBUG)
51+
reporter = BenchmarkReporter(True)
5152

5253

5354
def kineto_trace_profiler(p: profile, trace_info: tuple[str, str, str, str]) -> float:

0 commit comments

Comments
 (0)