Skip to content

Commit 31e66f0

Browse files
committed
Fix docs in benchmark
Signed-off-by: djns99 <[email protected]>
1 parent 590e68a commit 31e66f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/micro_benchmarks/mixtureOfExpertsBackendBenchmarkLauncher.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ void help()
543543
"Valid tactics are:\n"
544544
" - An integer: corresponds to an index in the tactics array. WARNING this is not stable between data types "
545545
"or GPU architectures\n"
546-
" - An array: of integers or objects, forms a list of tactics to sweep\n"
546+
" - An array: of integers, forms a list of tactics to sweep\n"
547547
" - The string \"all\": This will sweep through all possible tactics\n"
548548
" - The string \"auto\": This runs a short benchmark to pick the fastest tactic before each benchmark case. "
549549
"Useful for quick perf tests, prefer a full sweep and manually setting the tactic for more accurate "

0 commit comments

Comments
 (0)