Merge pull request #253 from KomputeProject/added_community_page
Added community page
This commit is contained in:
commit
adde1554fe
3 changed files with 32 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
<h4>Blazing fast, mobile-enabled, asynchronous, and optimized for advanced GPU acceleration usecases.</h4>
|
||||
|
||||
💬 [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) 💾
|
||||
💬 [Join the Discord & Community Calls](https://kompute.cc/overview/community.html) 🔋 [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) 💾
|
||||
|
||||
<hr>
|
||||
|
||||
|
|
@ -56,6 +56,7 @@
|
|||
* Explicit relationships for GPU and host [memory ownership and memory management](https://kompute.cc/overview/memory-management.html)
|
||||
* Robust codebase with [90% unit test code coverage](https://kompute.cc/codecov/)
|
||||
* Advanced use-cases on [machine learning 🤖](https://towardsdatascience.com/machine-learning-and-data-processing-in-the-gpu-with-vulkan-kompute-c9350e5e5d3a), [mobile development 📱](https://towardsdatascience.com/gpu-accelerated-machine-learning-in-your-mobile-applications-using-the-android-ndk-vulkan-kompute-1e9da37b7617) and [game development 🎮](https://towardsdatascience.com/supercharging-game-development-with-gpu-accelerated-ml-using-vulkan-kompute-the-godot-game-engine-4e75a84ea9f0).
|
||||
* Active community with [monthly calls, discord chat and more](https://kompute.cc/overview/community.html)
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -12,9 +12,11 @@ Documentation Index (as per sidebar)
|
|||
--------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 0
|
||||
:titlesonly:
|
||||
:caption: C++ Documentation:
|
||||
|
||||
Documentation Home <https://kompute.cc/>
|
||||
Community Meetings, Discord & Links <overview/community>
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
|
|
|||
27
docs/overview/community.rst
Normal file
27
docs/overview/community.rst
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
Community Meetings, Channels & Resources
|
||||
========================================================
|
||||
|
||||
This page has information and links to resources to join the Kompute community to ask questions as well as help further the cross-vendor GPU compute ecosystem.
|
||||
|
||||
Join the Discord Channel
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
If you have any questions or would like to share thoughts you can `join the Discord via this link <https://discord.gg/ywjaBH6v24)>`_.
|
||||
|
||||
|
||||
Join the Monthly GPU Acceleration Kompute Calls
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The Kompute Project team organises a monthly call for community members. During this call we cover updates on the project, as well as trends and key topics related to GPU acceleration.
|
||||
|
||||
* Date: Last Thursday of every month
|
||||
* Time: 9:00 EST / 13:00 UTC / 20:00 CST
|
||||
* Meeting Agenda Document: `Link to Document <https://docs.google.com/document/d/1YTSuKw5L4Fo9kSIA0bn3DlqYIYkTNaVY6aC8YTHRbBE/edit>`_
|
||||
* Video Conference (Zoom): `Link in Main Document <https://docs.google.com/document/d/1YTSuKw5L4Fo9kSIA0bn3DlqYIYkTNaVY6aC8YTHRbBE/edit#heading=h.ujw7nzpghee8>`_
|
||||
* Import to your calendar: `Direct .ICS File Download <https://lists.lfaidata.foundation/g/Kompute-Technical-Discuss/ics/invite.ics?repeatid=39182>`_
|
||||
* Subscribe to calendar via Linux Foundation group (needs signup): `link <https://lists.lfaidata.foundation/g/Kompute-Technical-Discuss/viewevent?repeatid=39182&eventid=1256946&calstart=2021-09-28>`_
|
||||
|
||||
If you have any topics you would like to add or discuss, please feel free to add to the agenda point for the next meeting, or alternatively you can add an in-line comment.
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue