Skip to content

Commit

Permalink
shorten line in doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
benvanwerkhoven committed Mar 9, 2023
1 parent 27c9f5b commit d0dc834
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/optimization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ To give an example, one could simply add these two arguments to any code calling

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

0 comments on commit d0dc834

Please sign in to comment.