Added discord server
This commit is contained in:
parent
33b6a29783
commit
3aa2ca79c2
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<h4>Blazing fast, mobile-enabled, asynchronous, and optimized for advanced GPU processing usecases.</h4>
|
||||
|
||||
🔋 [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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue