Updated readme

This commit is contained in:
Alejandro Saucedo 2020-10-21 19:15:13 +01:00
parent c8fc67d2b3
commit e4083e3e82

View file

@ -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).