Updated added images for diagram
This commit is contained in:
parent
99daaf16cb
commit
2071d99e07
9 changed files with 40 additions and 7 deletions
|
|
@ -14,45 +14,78 @@ Welcome to Vulkan Kompute's documentation!
|
|||
|
||||
|
||||
Reference
|
||||
====
|
||||
========
|
||||
|
||||
You can also go directoy to the `raw doxygen docs <doxygen/annotated.html>`_
|
||||
|
||||
Overview of entire dependencies and their relationship with vulkan component ownership.
|
||||
|
||||
.. image:: images/kompute-vulkan-architecture.jpg
|
||||
:width: 100%
|
||||
|
||||
Manager
|
||||
-------
|
||||
|
||||
.. doxygenclass:: kp::Manager
|
||||
:members:
|
||||
|
||||
.. image:: images/kompute-vulkan-architecture-manager.jpg
|
||||
:width: 100%
|
||||
|
||||
Sequence
|
||||
-------
|
||||
|
||||
.. doxygenclass:: kp::Sequence
|
||||
:members:
|
||||
|
||||
.. image:: images/kompute-vulkan-architecture-sequence.jpg
|
||||
:width: 100%
|
||||
|
||||
Tensor
|
||||
-------
|
||||
|
||||
.. doxygenclass:: kp::Tensor
|
||||
:members:
|
||||
|
||||
.. image:: images/kompute-vulkan-architecture-tensor.jpg
|
||||
:width: 100%
|
||||
|
||||
Algorithm
|
||||
-------
|
||||
|
||||
.. doxygenclass:: kp::Algorithm
|
||||
:members:
|
||||
|
||||
.. image:: images/kompute-vulkan-architecture-algorithm.jpg
|
||||
:width: 100%
|
||||
|
||||
OpBase
|
||||
-------
|
||||
|
||||
.. doxygenclass:: kp::OpBase
|
||||
:members:
|
||||
|
||||
.. image:: images/kompute-vulkan-architecture-operations.jpg
|
||||
:width: 100%
|
||||
|
||||
OpMult
|
||||
-------
|
||||
|
||||
.. doxygenclass:: kp::OpMult
|
||||
:members:
|
||||
|
||||
.. image:: images/kompute-vulkan-architecture-opmult.jpg
|
||||
:width: 100%
|
||||
|
||||
OpCreateTensor
|
||||
-------
|
||||
|
||||
.. doxygenclass:: kp::OpCreateTensor
|
||||
:members:
|
||||
|
||||
Algorithm
|
||||
-------
|
||||
.. image:: images/kompute-vulkan-architecture-opcreatetensor.jpg
|
||||
:width: 100%
|
||||
|
||||
.. doxygenclass:: kp::Algorithm
|
||||
:members:
|
||||
|
||||
|
||||
Indices and tables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue