Skip to content

Commit e0dae0e

Browse files
Clarify --target-cuda help message
1 parent b0bd17c commit e0dae0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_locally.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def run(
192192
nargs="?",
193193
const="ON",
194194
help="Enable CUDA target for build; "
195-
"optionally specify architecture (e.g., sm_80)",
195+
"optionally specify architecture (e.g., --target-cuda=sm_80)",
196196
default=None,
197197
type=str,
198198
)

0 commit comments

Comments
 (0)