diff --git a/README.md b/README.md index c4903e44c..56a53d253 100644 --- a/README.md +++ b/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 +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. + + + + + + + + + + + + + + + + +
+
For C++ & Vulkan SDK Enthusiasts
+
+
For Python & Machine Learning Enthusiasts
+
+ + + + + + + +
+ + ### Your First Kompute Below you can find both the C++ and Python version of a simple GPU multiplication snippet with Kompute. diff --git a/docs/images/kompute-cpp-video.png b/docs/images/kompute-cpp-video.png new file mode 100755 index 000000000..983244f0e Binary files /dev/null and b/docs/images/kompute-cpp-video.png differ diff --git a/docs/images/kompute-python-video.png b/docs/images/kompute-python-video.png new file mode 100755 index 000000000..bd521fbc1 Binary files /dev/null and b/docs/images/kompute-python-video.png differ