Workloads Documentation#
This section contains automatically generated documentation for all CloudAI workloads. Each workload provides specific functionality for running different types of tests and benchmarks.
Available Workloads#
Adding New Workloads#
To add documentation for a new workload:
Add docstrings to your Python classes and methods
Create a markdown file in
doc/workloads/
(e.g.,my_workload.md
)Add it to the toctree in this index file
The documentation will be automatically generated during the build process!