Updated readme
This commit is contained in:
parent
d96723d407
commit
87f2f281d9
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
## Principles & Features
|
## Principles & Features
|
||||||
|
|
||||||
* [Single header](single_include/kompute/Kompute.hpp) library for simple import to your project
|
* [Single header](#setup) library for simple import to your project
|
||||||
* [Documentation](https://kompute.cc) leveraging doxygen and sphinx
|
* [Documentation](https://kompute.cc) leveraging doxygen and sphinx
|
||||||
* [Asynchronous & parallel processing](#asynchronous-and-parallel-operations) capabilities with multi-queue command submission
|
* [Asynchronous & parallel processing](#asynchronous-and-parallel-operations) capabilities with multi-queue command submission
|
||||||
* [Non-Vulkan naming conventions](#architectural-overview) to disambiguate Vulkan vs Kompute components
|
* [Non-Vulkan naming conventions](#architectural-overview) to disambiguate Vulkan vs Kompute components
|
||||||
|
|
@ -101,12 +101,12 @@ int main() {
|
||||||
|
|
||||||
### Simple examples
|
### Simple examples
|
||||||
|
|
||||||
* [Pass shader as raw string](https://kompute.cc/overview/advanced-examples.html#your-first-kompute)
|
* [Pass shader as raw string](https://kompute.cc/overview/advanced-examples.html#simple-shader-example)
|
||||||
* [Record batch commands with a Kompute Sequence](https://kompute.cc/overview/advanced-examples.html#record-batch-commands)
|
* [Record batch commands with a Kompute Sequence](https://kompute.cc/overview/advanced-examples.html#record-batch-commands)
|
||||||
* [Run Asynchronous Operations](https://kompute.cc/overview/advanced-examples.html#asynchronous-operations)
|
* [Run Asynchronous Operations](https://kompute.cc/overview/advanced-examples.html#asynchronous-operations)
|
||||||
* [Run Parallel Operations Across Multiple GPU Queues](https://kompute.cc/overview/advanced-examples.html#parallel-operations)
|
* [Run Parallel Operations Across Multiple GPU Queues](https://kompute.cc/overview/advanced-examples.html#parallel-operations)
|
||||||
* [Create your custom Kompute Operations](https://kompute.cc/overview/advanced-examples.html#your-custom-kompute-operation)
|
* [Create your custom Kompute Operations](https://kompute.cc/overview/advanced-examples.html#your-custom-kompute-operation)
|
||||||
* [Implementing logistic regression from scratch](https://kompute.cc/overview/advanced-examples.html)
|
* [Implementing logistic regression from scratch](https://kompute.cc/overview/advanced-examples.html#logistic-regression-example)
|
||||||
|
|
||||||
### End-to-end examples
|
### End-to-end examples
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue