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: docs/index.rst
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,6 @@
1
1
.. highlight:: c++
2
2
:linenothreshold: 1
3
3
4
-
Kernel Launcher
5
-
===========================================
6
-
7
4
.. toctree::
8
5
:maxdepth:1
9
6
:hidden:
@@ -15,6 +12,24 @@ Kernel Launcher
15
12
api
16
13
license
17
14
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>
18
33
19
34
*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.
20
35
There are two reasons for using run-time compilation:
0 commit comments