mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05:00
This PR; - Fixes syntax errors like `.type values: dict[str, Callable[[list[Any]], Any]]` to `:type values: dict[str, Callable[[list[Any]], Any]]`, - Fixes typos, - Fixes formatting like `k ++` to ` k++`, - Increases consistency (e.g. by transforming the minority `cd dir/` to the majority `cd dir`).
12 lines
325 B
ReStructuredText
12 lines
325 B
ReStructuredText
Tutorials
|
|
=========
|
|
|
|
Below is a gallery of tutorials for writing various basic operations with Triton. It is recommended that you read through the tutorials in order, starting with the simplest one.
|
|
|
|
To install the dependencies for the tutorials:
|
|
|
|
.. code-block:: bash
|
|
|
|
cd triton
|
|
pip install -e './python[tutorials]'
|