File size: 1,895 Bytes
4bdb245
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

Kompute Docs Home
==========================================

High Level Overview (from README)
--------

.. mdinclude:: ../README.md


Documentation Index (as per sidebar)
--------

.. toctree::
    :titlesonly:
    :caption: C++ Documentation:

    Documentation Home <https://kompute.cc/>
    Community Meetings, Discord & Links <overview/community>

.. toctree::
    :titlesonly:
    :caption: C++ Documentation:

    C++ Examples <overview/advanced-examples>
    Memory Management Principles <overview/memory-management>
    Build System Deep Dive <overview/build-system>
    Processing Shaders (Online & Offline) <overview/shaders-to-headers>
    Extending Kompute with Custom Operations <overview/custom-operations>
    C++ Class Documentation & Reference <overview/reference>
    Test Code Coverage <https://kompute.cc/codecov/>

.. toctree::
    :titlesonly:
    :caption: Python Documentation:

    Python Package Overview <overview/python-package>
    Python Class Documentation & Reference <overview/python-reference>

.. toctree::
    :titlesonly:
    :caption: Examples:

    Python Examples <overview/python-examples>
    C++ Examples <overview/advanced-examples>
    Android Mobile App Integration <overview/mobile-android>
    Edge Device Raspberry Pi Mesa Drivers <overview/raspberry-pi>
    Game Engine Godot Integration <overview/game-engine-godot>
    Example Benchmark with Matrix Multiplication <overview/matmul-benchmark>
    Convolutional Neural Network (CNN) Simple Upscale <overview/convolutional-net>

.. toctree::
    :titlesonly:
    :caption: Advanced Concepts & Deep Dives:

    CI, Docker Images Docs & Tests <overview/ci-tests>
    Variable Types for Tensors, and Push/Spec Constants <overview/variable-types>
    Asynchronous & Parallel Operations <overview/async-parallel>
    Code Index <genindex>