Skip to content

Commit a09c889

Browse files
add pypi version badge
1 parent 5fd4b73 commit a09c889

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Kernel Tuner: A Search-Optimizing GPU Code Auto-Tuner
22
=========================================================
33

4-
|Build Status| |Codacy Badge| |Codacy Badge2|
4+
|Build Status| |Codacy Badge| |Codacy Badge2| |PyPi Badge|
55

66
Kernel Tuner simplifies the software development of optimized and auto-tuned GPU programs, by enabling Python-based unit testing of GPU code and making it easy to develop scripts for auto-tuning GPU kernels. This also means no extensive changes and no new dependencies are required in the kernel code. The kernels can still be compiled and used as normal from any host programming language.
77

@@ -156,3 +156,5 @@ spent on tuning kernels.
156156
:target: https://www.codacy.com/app/b-vanwerkhoven/kernel_tuner
157157
.. |Codacy Badge2| image:: https://api.codacy.com/project/badge/coverage/016dc85044ab4d57b777449d93275608
158158
:target: https://www.codacy.com/app/b-vanwerkhoven/kernel_tuner
159+
.. |PyPi Badge| image:: https://img.shields.io/pypi/v/kernel_tuner.svg?colorB=blue
160+
:target: https://pypi.python.org/pypi/kernel_tuner/

0 commit comments

Comments
 (0)