Skip to content

Commit d0dc834

Browse files
shorten line in doc example
1 parent 27c9f5b commit d0dc834

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/optimization.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ To give an example, one could simply add these two arguments to any code calling
3535

3636
.. code-block:: python
3737
38-
results, env = tune_kernel("vector_add", kernel_string, size, args, tune_params, strategy="random_sample", strategy_options=dict(max_fevals=5))
38+
results, env = tune_kernel("vector_add", kernel_string, size, args, tune_params,
39+
strategy="random_sample",
40+
strategy_options=dict(max_fevals=5))
3941
4042
4143
A 'unique function evaluation' corresponds to the first time that Kernel Tuner tries to compile and benchmark a parameter

0 commit comments

Comments
 (0)