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/index.rst
+65Lines changed: 65 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,3 +127,68 @@ For referencing to Kernel Tuner's capabilities in measuring and optimizing energ
127
127
year = {2022},
128
128
url = {https://arxiv.org/abs/2211.07260}
129
129
}
130
+
131
+
132
+
For referencing to Kernel Tuner's capabilities super fast search space generation using constraint satisfaction problem solving, please cite the following:
133
+
134
+
.. code:: latex
135
+
136
+
@inproceedings{willemsen2025efficient,
137
+
title={Efficient construction of large search spaces for auto-tuning},
138
+
author={Willemsen, Floris-Jan and van Nieuwpoort, Rob V and van Werkhoven, Ben},
139
+
booktitle={Proceedings of the 54th International Conference on Parallel Processing},
140
+
pages={668--677},
141
+
year={2025}
142
+
}
143
+
144
+
145
+
For referencing to Kernel Tuner's optimization algorithms hyperparameters and their tuning procedure, please cite the following:
146
+
147
+
.. code:: latex
148
+
149
+
@inproceedings{willemsen2025tuning,
150
+
title={Tuning the Tuner: Introducing Hyperparameter Optimization for Auto-Tuning},
151
+
author={Willemsen, Floris-Jan and van Nieuwpoort, Rob V and van Werkhoven, Ben},
152
+
booktitle={2025 IEEE International Conference on eScience (eScience)},
153
+
pages={213--222},
154
+
year={2025},
155
+
organization={IEEE}
156
+
}
157
+
158
+
159
+
For referencing to Kernel Tuner's optimization algorithm's capabilities to work with constrained search spaces, please cite the following:
160
+
161
+
.. code:: latex
162
+
163
+
@inproceedings{willemsen2026constraint,
164
+
title={Constraint-aware Optimization in Auto-Tuning},
165
+
author={Willemsen, Floris-Jan and Heldens, Stijn and van Nieuwpoort, Rob V and van Werkhoven, Ben},
166
+
booktitle={International Workshop on Automatic Performance Tuning (iWAPT)},
167
+
year={2026}
168
+
}
169
+
170
+
171
+
For referencing to Kernel Tuner's optimization algorithms that were automatically generated using LLMs, please cite the following:
172
+
173
+
.. code:: latex
174
+
175
+
@inproceedings{willemsen2026automated,
176
+
title={Automated Algorithm Design for Auto-Tuning Optimizers},
177
+
author={Willemsen, Floris-Jan and van Stein, Niki and van Werkhoven, Ben},
178
+
booktitle={Ninth Conference on Machine Learning and Systems},
179
+
year={2026},
180
+
url={https://openreview.net/forum?id=qKlHJCbY6m}
181
+
}
182
+
183
+
184
+
For referencing to Kernel Tuner's capabilities in accuracy-aware tuning of mixed-precision GPU kernels, please cite the following:
0 commit comments