Skip to content

Commit 50fdbc8

Browse files
committed
Add badges to README
1 parent becd43e commit 50fdbc8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
![Kernel Launcher logo](https://kerneltuner.github.io/kernel_launcher/_images/logo.png)
44

5+
6+
[![github](https://img.shields.io/badge/github-repo-000.svg?logo=github&labelColor=gray&color=blue)](https://github.com/KernelTuner/kernel_launcher/)
7+
![GitHub branch checks state](https://img.shields.io/github/checks-status/KernelTuner/kernel_launcher/master)
8+
![GitHub](https://img.shields.io/github/license/KernelTuner/kernel_launcher)
9+
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/KernelTuner/kernel_launcher)
10+
![GitHub Repo stars](https://img.shields.io/github/stars/KernelTuner/kernel_launcher?style=social)
11+
12+
13+
14+
515
_Kernel Launcher_ is a C++ library that makes it easy to dynamically compile _CUDA_ kernels at run time (using [NVRTC](https://docs.nvidia.com/cuda/nvrtc/index.html)) and call them in an easy type-safe way using C++ magic.
616
Additionally, _Kernel Launcher_ supports exporting kernel specifications, such that they can be tuned by [Kernel Tuner](https://github.com/benvanwerkhoven/kernel_tuner), and importing the tuning results, known as _wisdom_ files.
717

0 commit comments

Comments
 (0)