Added docs for videos
This commit is contained in:
parent
8a54a907b9
commit
67e9cd9b90
3 changed files with 35 additions and 1 deletions
36
README.md
36
README.md
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
Kompute is provided as a single header file [`Kompute.hpp`](#setup). See [build-system section](#build-overview) for configurations available.
|
||||
|
||||
### Trying the Colab Notebook
|
||||
### Interactive Notebook & Hands on Videos
|
||||
|
||||
You are able to try out the interactive Colab Notebooks which allow you to use a free GPU. The available examples are the Python and C++ examples below:
|
||||
|
||||
|
|
@ -80,6 +80,40 @@ You are able to try out the interactive Colab Notebooks which allow you to use a
|
|||
</table>
|
||||
|
||||
|
||||
You can also check out the two following getting started videos presented at the FOSDEM 2021 conference.
|
||||
|
||||
Both talks have annotated sections - the intro for both is almost the same so you can skip to the more specific content.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
<td width="50%">
|
||||
<h5>For <a href="https://www.youtube.com/watch?v=Xz4fiQNmGSA">C++ & Vulkan SDK</a> Enthusiasts</h5>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<h5>For <a href="https://www.youtube.com/watch?v=AJRyZ09IUdg">Python & Machine Learning</a> Enthusiasts</h5>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td width="50%">
|
||||
<a href="https://www.youtube.com/watch?v=Xz4fiQNmGSA">
|
||||
<img src="https://raw.githubusercontent.com/EthicalML/vulkan-kompute/master/docs/images/kompute-cpp-video.png">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<a href="https://www.youtube.com/watch?v=AJRyZ09IUdg">
|
||||
<img src="https://raw.githubusercontent.com/EthicalML/vulkan-kompute/master/docs/images/kompute-python-video.png">
|
||||
</a>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
### Your First Kompute
|
||||
|
||||
Below you can find both the C++ and Python version of a simple GPU multiplication snippet with Kompute.
|
||||
|
|
|
|||
BIN
docs/images/kompute-cpp-video.png
Executable file
BIN
docs/images/kompute-cpp-video.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 718 KiB |
BIN
docs/images/kompute-python-video.png
Executable file
BIN
docs/images/kompute-python-video.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 813 KiB |
Loading…
Add table
Add a link
Reference in a new issue