Skip to content

Commit 05d089a

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 7722d94 commit 05d089a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fbgemm_gpu/bench/tbe/tbe_inference_benchmark.py

+1
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)