diff --git a/README.md b/README.md index b9e2d8489..cb693d07a 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Simplified Kompute Components Kompute provides flexibility to run operations in an asynrchonous way through Vulkan Fences. Furthermore, Kompute enables for explicit allocation of queues, which allow for parallel execution of operations across queue families. -The image below provides an intuition how Kompute Sequences can be allocated to different queues to enable parallel execution based on hardware. You can see the [hands on example](https://kompute.cc/overview/advanced-examples.html#parallel-operations), as well as the [detailed documentation page](https://kompute.cc/overview/async-parallel.html) describing how it would work using an NVIDIA 1650 as example. +The image below provides an intuition on how Kompute Sequences can be allocated to different queues to enable parallel execution based on hardware. You can see the [hands on example](https://kompute.cc/overview/advanced-examples.html#parallel-operations), as well as the [detailed documentation page](https://kompute.cc/overview/async-parallel.html) describing how it would work using an NVIDIA 1650 as an example.  @@ -179,7 +179,7 @@ Kompute has been optimized to work in mobile environments. The [build system](#b
For a full deep dive you can read the blog post "Supercharging your Mobile Apps with On-Device GPU Accelerated Machine Learning". -You can also access the end-to-end example code in the repository - this example provides an end to end example that can be run using android studio. +You can also access the end-to-end example code in the repository, which can be run using android studio.
@@ -198,9 +198,9 @@ You can also access the