Updated readme

This commit is contained in:
Alejandro Saucedo 2020-10-17 17:14:27 +01:00
parent 9088a1a9df
commit 1fe15116a7

View file

@ -32,7 +32,7 @@
* [Single header](single_include/kompute/Kompute.hpp) library for simple import to your project
* [Documentation](https://kompute.cc) leveraging doxygen and sphinx
* [Asynchronous & parallel processing](#asynchronous-parallel-operations) capabilities with multi-queue command submission
* [Asynchronous & parallel processing](#asynchronous-and-parallel-operations) capabilities with multi-queue command submission
* [Non-Vulkan naming conventions](#architectural-overview) to disambiguate Vulkan vs Kompute components
* 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)