18 lines
704 B
ReStructuredText
18 lines
704 B
ReStructuredText
Welcome to Triton's documentation!
|
|
==================================
|
|
|
|
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
|
|
---------------
|
|
|
|
- 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.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:caption: Getting Started
|
|
:hidden:
|
|
|
|
getting-started/installation
|
|
getting-started/tutorials/index |