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: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,20 @@ make
108
108
See the [documentation](https://kerneltuner.github.io/kernel_float/) for the [API reference](https://kerneltuner.github.io/kernel_float/api.html) of all functionality.
109
109
110
110
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
+
111
125
## License
112
126
113
127
Licensed under Apache 2.0. See [LICENSE](https://github.com/KernelTuner/kernel_float/blob/master/LICENSE).
0 commit comments