Skip to content

Commit

Permalink
Add annotations to deeplearning/fbgemm/fbgemm_gpu
Browse files Browse the repository at this point in the history
Reviewed By: shannonzhu

Differential Revision: D34217606

fbshipit-source-id: d9559ef75a85f1ad09d4c6c9349a4a53c447bcab
  • Loading branch information
Pyre Bot Jr authored and facebook-github-bot committed Feb 14, 2022
1 parent 1ddff63 commit f4e0fcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fbgemm_gpu/bench/merge_embeddings_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ def benchmark(
num_ads,
embedding_dimension,
ads_tables,
iters=10,
p2p_bw=False,
dst_device=0,
data_type="FP16",
include_quantization=False,
iters: int = 10,
p2p_bw: bool = False,
dst_device: int = 0,
data_type: str = "FP16",
include_quantization: bool = False,
) -> str:
torch.cuda.set_device(dst_device)
num_gpus = torch.cuda.device_count()
Expand Down

0 comments on commit f4e0fcd

Please sign in to comment.