From f5988ad0d8f9dbca0992accd9d758b3e76a85696 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sun, 18 Oct 2020 06:14:13 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcb2e08c8..255afea4d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ * [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) -* [Short code examples](#more-examples) showing the core features +* [Short code 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). ![](https://raw.githubusercontent.com/ethicalml/vulkan-kompute/master/docs/images/komputer-2.gif)