Skip to content

Commit 96cfdbd

Browse files
Fix vbe benchmark for MTIA (#4171)
Summary: Pull Request resolved: #4171 X-link: facebookresearch/FBGEMM#1251 This Diff fixes the VBE benchmark for MTIA. Reviewed By: q10, evanleed Differential Revision: D75195213 fbshipit-source-id: 1d4d8f25ce8f164effaca43e08ce7e27ab44e684
1 parent e012010 commit 96cfdbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fbgemm_gpu/bench/tbe/split_table_batched_embeddings_benchmark.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,7 @@ def vbe(
13501350
output_dtype=embconfig.output_dtype,
13511351
pooling_mode=embconfig.pooling_mode,
13521352
bounds_check_mode=embconfig.bounds_check_mode,
1353+
device=get_device(),
13531354
).to(get_device())
13541355

13551356
all_requests = {

0 commit comments

Comments
 (0)