From 9815031467548457fa16d9326ff17b129fd82d11 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Fri, 17 Sep 2021 23:14:55 +0100 Subject: [PATCH] Updated features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ddbd36e..2ab6aa166 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ ## Principles & Features -* Low level extensible [C++ SDK](#your-first-kompute-c) with high level optimized [Python module](#your-first-kompute-python) +* [Flexible Python module](#your-first-kompute-python) with [C++ SDK](#your-first-kompute-c) for optimizations * [Asynchronous & parallel processing](#asynchronous-and-parallel-operations) support through GPU family queues * [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