You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/cache_files.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ Cache files
4
4
===========
5
5
6
6
A very useful feature of Kernel Tuner is the ability to store benchmarking results in a cache file during tuning. You can enable cache files by
7
-
passing any filename to the ``cache=`` optional argument of ``tune_kernel()``.
7
+
passing any filename to the ``cache=`` optional argument of ``tune_kernel``.
8
8
9
9
The benchmark results of individual kernel configurations are appended to the cache file as Kernel Tuner is running. This also allows Kernel Tuner
10
10
to restart a ``tune_kernel()`` session from an existing cache file, should something have terminated the previous session before the run had
11
11
completed. This happens quite often in HPC environments when a job reservation runs out.
12
12
13
13
Cache files enable a number of other features, such as simulations and visualizations. Simulations are useful for benchmarking optimization
14
-
strategies. You can start a simulation by call tune_kernel with a cache file that contains the full search space and the ``simulation=True`` option.
14
+
strategies. You can start a simulation by calling ``tune_kernel`` with a cache file that contains the full search space and the ``simulation=True`` option.
15
15
16
16
Cache files can be used to create visualizations of the search space. This even works while Kernel Tuner is still running. As the new results are
17
17
coming, they are streamed to the visualization. Please see `Kernel Tuner Dashboard <https://github.com/KernelTuner/dashboard>`__.
0 commit comments