Skip to content

Commit b3a17de

Browse files
authored
Merge pull request #13 from KernelTuner/include-citation-info
Add citation section to README
2 parents b30d148 + 08eb0fb commit b3a17de

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,20 @@ make
108108
See the [documentation](https://kerneltuner.github.io/kernel_float/) for the [API reference](https://kerneltuner.github.io/kernel_float/api.html) of all functionality.
109109

110110

111+
## Citation
112+
113+
If you use Kernel Float in scholarly work, please cite the following paper:
114+
```
115+
@article{heldens2025kernel,
116+
author = {Heldens, Stijn and van Werkhoven, Ben},
117+
title = {Kernel Float: Unlocking Mixed-Precision GPU Programming},
118+
publisher = {ACM},
119+
journal = {ACM Trans. Math. Softw.},
120+
year = {2025},
121+
doi = {10.1145/3779120},
122+
}
123+
```
124+
111125
## License
112126

113127
Licensed under Apache 2.0. See [LICENSE](https://github.com/KernelTuner/kernel_float/blob/master/LICENSE).

0 commit comments

Comments
 (0)