2020-02-10 00:33:03 -05:00
Welcome to Triton's documentation!
==================================
2021-03-06 17:26:49 -05:00
Triton is an imperative language and compiler for parallel programming. It aims to provide a programming environment for productively writing custom DNN compute kernels capable of running at maximal throughput on modern GPU hardware.
Getting Started
---------------
2020-02-10 00:33:03 -05:00
2021-03-06 17:26:49 -05:00
- Follow the :doc: `installation instructions <getting-started/installation>` for your platform of choice.
- Take a look at the :doc: `tutorials <getting-started/tutorials/index>` to learn how to write your first Triton program.
2020-02-10 00:33:03 -05:00
2021-03-05 22:33:50 -05:00
.. toctree ::
:maxdepth: 1
2021-03-06 17:26:49 -05:00
:caption: Getting Started
:hidden:
2021-03-06 14:03:01 -05:00
2021-03-06 17:26:49 -05:00
getting-started/installation
2021-03-19 14:22:50 -04:00
getting-started/tutorials/index
Going Further
--------------
- Check out the :doc: `programming guide <programming-guide/index>` to learn more about Triton and how it compares against other DSLs for DNNs.
.. toctree ::
:maxdepth: 1
:caption: Programming Guide
:hidden:
programming-guide/introduction
programming-guide/related-work