mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-11 08:59:59 +00:00
Updated readme
This commit is contained in:
11
README.md
11
README.md
@@ -29,13 +29,12 @@
|
||||
|
||||
## Principles & Features
|
||||
|
||||
* [Single header](#setup) for simple import with flexible build-system configuration
|
||||
* Multi-language support with C++ as core SDK as well as [optimized Python bindings](#python-package)
|
||||
* Low level extensible [C++ SDK](#your-first-kompute-c) with high level optimized [Python module](#your-first-kompute-python)
|
||||
* [Asynchronous & parallel processing](#asynchronous-and-parallel-operations) support through GPU family queues
|
||||
* [Mobile enabled](#mobile-enabled) with examples in Android studio across several architectures
|
||||
* [Mobile enabled](#mobile-enabled) with examples via Android NDK across several architectures
|
||||
* BYOV: [Bring-your-own-Vulkan design](#motivations) to play nice with existing Vulkan applications
|
||||
* Explicit relationships for GPU and host [memory ownership and memory management](https://kompute.cc/overview/memory-management.html)
|
||||
* [Short code examples](#simple-examples) showing the core features
|
||||
* [Hands on examples](#simple-examples) showing the core features
|
||||
* Longer tutorials for [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).
|
||||
|
||||

|
||||
@@ -159,9 +158,9 @@ 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.
|
||||
You can also check out the two following talks 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.
|
||||
Both videos have timestamps which will allow you to skip to the most relevant section for you - the intro & motivations for both is almost the same so you can skip to the more specific content.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user