Skip to content

Commit bbc88ee

Browse files
committed
Add logo in documentation
1 parent 9a0ab8e commit bbc88ee

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

docs/index.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
.. highlight:: c++
22
:linenothreshold: 1
33

4-
Kernel Launcher
5-
===========================================
6-
74
.. toctree::
85
:maxdepth: 1
96
:hidden:
@@ -15,6 +12,24 @@ Kernel Launcher
1512
api
1613
license
1714

15+
.. raw:: html
16+
17+
<!--
18+
19+
Kernel Launcher
20+
===============
21+
22+
.. raw:: html
23+
24+
--><h1>
25+
26+
.. image:: /logo.png
27+
:width: 670
28+
:alt: kernel launcher
29+
30+
.. raw:: html
31+
32+
</h1>
1833

1934
*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 easy type-safe way using C++ magic.
2035
There are two reasons for using run-time compilation:

docs/logo.png

44.7 KB
Loading

0 commit comments

Comments
 (0)