Skip to content

Commit f5a07ae

Browse files
committed
Add changes for 5d553cf
1 parent b303385 commit f5a07ae

33 files changed

+193
-134
lines changed

latest/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 7d561f30fa97106bbed60c3f440ca8d3
3+
config: 8c6f603ee22145c5ad46723939afe301
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

latest/_sources/dev-environment.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Steps with :bash:`sudo` access (e.g. on a local device):
2727
* After installation, restart your shell.
2828
#. Install the required Python versions:
2929
* On some systems, additional packages may be needed to build Python versions. For example on Ubuntu: :bash:`sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev liblzma-dev lzma`.
30-
* Install the Python versions with: :bash:`pyenv install 3.9 3.10 3.11 3.12`. The reason we're installing all these versions as opposed to just one, is so we can test against all supported Python versions.
31-
#. Set the Python versions so they can be found: :bash:`pyenv local 3.9 3.10 3.11 3.12` (replace :bash:`local` with :bash:`global` when not using the virtualenv).
30+
* Install the Python versions with: :bash:`pyenv install 3.9 3.10 3.11 3.12 3.13`. The reason we're installing all these versions as opposed to just one, is so we can test against all supported Python versions.
31+
#. Set the Python versions so they can be found: :bash:`pyenv local 3.9 3.10 3.11 3.12 3.13` (replace :bash:`local` with :bash:`global` when not using the virtualenv).
3232
#. Setup a local virtual environment in the folder: :bash:`pyenv virtualenv 3.11 kerneltuner` (or whatever environment name and Python version you prefer).
3333
#. `Install Poetry <https://python-poetry.org/docs/#installing-with-the-official-installer>`__.
3434
* Use :bash:`curl -sSL https://install.python-poetry.org | python3 -` to install Poetry.

latest/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '1.1.3',
2+
VERSION: '1.2.0',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

latest/backends.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Backends &mdash; Kernel Tuner 1.1.3 documentation</title>
7+
<title>Backends &mdash; Kernel Tuner 1.2.0 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
1010

@@ -13,7 +13,7 @@
1313
<script src="_static/js/html5shiv.min.js"></script>
1414
<![endif]-->
1515

16-
<script src="_static/documentation_options.js?v=cb7bf70b"></script>
16+
<script src="_static/documentation_options.js?v=6efca38a"></script>
1717
<script src="_static/doctools.js?v=9a2dae69"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -36,7 +36,7 @@
3636
Kernel Tuner
3737
</a>
3838
<div class="version">
39-
1.1.3
39+
1.2.0
4040
</div>
4141
<div role="search">
4242
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -241,7 +241,7 @@ <h2>CUDA Backends<a class="headerlink" href="#cuda-backends" title="Link to this
241241
<hr/>
242242

243243
<div role="contentinfo">
244-
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer and Richard Schoonhoven.</p>
244+
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer, Richard Schoonhoven and Leon Oostrum.</p>
245245
</div>
246246

247247
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

latest/cache_files.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Cache files &mdash; Kernel Tuner 1.1.3 documentation</title>
7+
<title>Cache files &mdash; Kernel Tuner 1.2.0 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
1010

@@ -13,7 +13,7 @@
1313
<script src="_static/js/html5shiv.min.js"></script>
1414
<![endif]-->
1515

16-
<script src="_static/documentation_options.js?v=cb7bf70b"></script>
16+
<script src="_static/documentation_options.js?v=6efca38a"></script>
1717
<script src="_static/doctools.js?v=9a2dae69"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -36,7 +36,7 @@
3636
Kernel Tuner
3737
</a>
3838
<div class="version">
39-
1.1.3
39+
1.2.0
4040
</div>
4141
<div role="search">
4242
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -128,7 +128,7 @@
128128
<hr/>
129129

130130
<div role="contentinfo">
131-
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer and Richard Schoonhoven.</p>
131+
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer, Richard Schoonhoven and Leon Oostrum.</p>
132132
</div>
133133

134134
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

latest/contents.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>The Kernel Tuner documentation &mdash; Kernel Tuner 1.1.3 documentation</title>
7+
<title>The Kernel Tuner documentation &mdash; Kernel Tuner 1.2.0 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
1010

@@ -13,7 +13,7 @@
1313
<script src="_static/js/html5shiv.min.js"></script>
1414
<![endif]-->
1515

16-
<script src="_static/documentation_options.js?v=cb7bf70b"></script>
16+
<script src="_static/documentation_options.js?v=6efca38a"></script>
1717
<script src="_static/doctools.js?v=9a2dae69"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -37,7 +37,7 @@
3737
Kernel Tuner
3838
</a>
3939
<div class="version">
40-
1.1.3
40+
1.2.0
4141
</div>
4242
<div role="search">
4343
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -160,7 +160,7 @@ <h1>The Kernel Tuner documentation<a class="headerlink" href="#the-kernel-tuner-
160160
<hr/>
161161

162162
<div role="contentinfo">
163-
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer and Richard Schoonhoven.</p>
163+
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer, Richard Schoonhoven and Leon Oostrum.</p>
164164
</div>
165165

166166
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

latest/contributing.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Contribution guide &mdash; Kernel Tuner 1.1.3 documentation</title>
7+
<title>Contribution guide &mdash; Kernel Tuner 1.2.0 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
1010

@@ -13,7 +13,7 @@
1313
<script src="_static/js/html5shiv.min.js"></script>
1414
<![endif]-->
1515

16-
<script src="_static/documentation_options.js?v=cb7bf70b"></script>
16+
<script src="_static/documentation_options.js?v=6efca38a"></script>
1717
<script src="_static/doctools.js?v=9a2dae69"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -36,7 +36,7 @@
3636
Kernel Tuner
3737
</a>
3838
<div class="version">
39-
1.1.3
39+
1.2.0
4040
</div>
4141
<div role="search">
4242
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -173,7 +173,7 @@ <h2>Contributing Code<a class="headerlink" href="#contributing-code" title="Link
173173
<hr/>
174174

175175
<div role="contentinfo">
176-
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer and Richard Schoonhoven.</p>
176+
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer, Richard Schoonhoven and Leon Oostrum.</p>
177177
</div>
178178

179179
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

latest/convolution.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Convolution &mdash; Kernel Tuner 1.1.3 documentation</title>
7+
<title>Convolution &mdash; Kernel Tuner 1.2.0 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
1010
<link rel="stylesheet" type="text/css" href="_static/nbsphinx-code-cells.css?v=2aa19091" />
@@ -14,7 +14,7 @@
1414
<script src="_static/js/html5shiv.min.js"></script>
1515
<![endif]-->
1616

17-
<script src="_static/documentation_options.js?v=cb7bf70b"></script>
17+
<script src="_static/documentation_options.js?v=6efca38a"></script>
1818
<script src="_static/doctools.js?v=9a2dae69"></script>
1919
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -39,7 +39,7 @@
3939
Kernel Tuner
4040
</a>
4141
<div class="version">
42-
1.1.3
42+
1.2.0
4343
</div>
4444
<div role="search">
4545
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -391,7 +391,7 @@ <h2>More tunable parameters<a class="headerlink" href="#More-tunable-parameters"
391391
<hr/>
392392

393393
<div role="contentinfo">
394-
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer and Richard Schoonhoven.</p>
394+
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer, Richard Schoonhoven and Leon Oostrum.</p>
395395
</div>
396396

397397
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

latest/correctness.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Correctness Verification &mdash; Kernel Tuner 1.1.3 documentation</title>
7+
<title>Correctness Verification &mdash; Kernel Tuner 1.2.0 documentation</title>
88
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
1010

@@ -13,7 +13,7 @@
1313
<script src="_static/js/html5shiv.min.js"></script>
1414
<![endif]-->
1515

16-
<script src="_static/documentation_options.js?v=cb7bf70b"></script>
16+
<script src="_static/documentation_options.js?v=6efca38a"></script>
1717
<script src="_static/doctools.js?v=9a2dae69"></script>
1818
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
1919
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
@@ -36,7 +36,7 @@
3636
Kernel Tuner
3737
</a>
3838
<div class="version">
39-
1.1.3
39+
1.2.0
4040
</div>
4141
<div role="search">
4242
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
@@ -218,7 +218,7 @@ <h1>Correctness Verification<a class="headerlink" href="#correctness-verificatio
218218
<hr/>
219219

220220
<div role="contentinfo">
221-
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer and Richard Schoonhoven.</p>
221+
<p>&#169; Copyright 2016-2025, Ben van Werkhoven, Alessio Sclocco, Stijn Heldens, Floris-Jan Willemsen, Willem-Jan Palenstijn, Bram Veenboer, Richard Schoonhoven and Leon Oostrum.</p>
222222
</div>
223223

224224
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a

0 commit comments

Comments
 (0)