Skip to content

Commit c572afc

Browse files
gchalumpfacebook-github-bot
authored andcommitted
Fix benchmark helper text (#4375)
Summary: Pull Request resolved: #4375 X-link: facebookresearch/FBGEMM#1444 Update the help text for the "tbe-offsets-dtype" option to reflect the correct parameter name. Reviewed By: q10 Differential Revision: D76909859 fbshipit-source-id: 36cc765e98bccbb212532cb274e1c4c7fe55c3cd
1 parent 127420d commit c572afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fbgemm_gpu/fbgemm_gpu/tbe/bench/tbe_data_config_loader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def options(cls, func) -> click.Command:
111111
"--tbe-offsets-dtype",
112112
type=click.Choice(["32", "64"]),
113113
default="64",
114-
help="The dtype of the table indices offsets",
114+
help="The dtype of the table offsets",
115115
),
116116
####################################################################
117117
# Pooling Parameters

0 commit comments

Comments
 (0)