From e4083e3e82180845d86bba701291b55f2b5602d7 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Wed, 21 Oct 2020 19:15:13 +0100 Subject: [PATCH] Updated readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a3808d07f..e05cc66f9 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,7 @@ This simple example will show the basics of Kompute through the high level API. 1. Create and initialise a set of data tensors for processing 2. Run compute shader synchronously -3. Create managed sequence to submit batch operations to the CPU -4. Map data back to host by running operation +3. Map data back to host by running operation View the [extended version](#your-first-kompute-extended) or [more examples](https://kompute.cc/overview/advanced-examples.html#simple-examples).