From 3aa2ca79c28aa4eb3a5101dffac3977314f439fd Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Thu, 1 Apr 2021 15:27:07 +0100 Subject: [PATCH] Added discord server --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a7375a6a..48dafe5ac 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@

Blazing fast, mobile-enabled, asynchronous, and optimized for advanced GPU processing usecases.

-🔋 [Documentation](https://kompute.cc) 💻 [Blog Post](https://medium.com/@AxSaucedo/machine-learning-and-data-processing-in-the-gpu-with-vulkan-kompute-c9350e5e5d3a) ⌨ [Examples](#more-examples) 💾 +💬 [Join the Discord for Questions / Chat](https://discord.gg/ywjaBH6v24) 🔋 [Documentation](https://kompute.cc) 💻 [Blog Post](https://medium.com/@AxSaucedo/machine-learning-and-data-processing-in-the-gpu-with-vulkan-kompute-c9350e5e5d3a) ⌨ [Examples](#more-examples) 💾 ## Principles & Features @@ -43,6 +43,8 @@ Below you can find a GPU multiplication example using the C++ and Python Kompute interfaces. +You can [join the Discord](https://discord.gg/ywjaBH6v24) for questions/discussion, open a [github issue](https://github.com/EthicalML/vulkan-kompute/issues/new), or read [the documentation](https://kompute.cc/). + ### Your First Kompute (C++) The C++ interface provides low level access to the native components of Kompute and Vulkan, enabling for [advanced optimizations](https://kompute.cc/overview/async-parallel.html) as well as [extension of components](https://kompute.cc/overview/reference.html).