Files
triton/_sources/index.rst.txt

18 lines
704 B
Plaintext
Raw Normal View History

2021-03-05 22:49:39 -05:00
Welcome to Triton's documentation!
==================================
2021-03-06 17:35:11 -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.
2021-03-05 22:49:39 -05:00
2021-03-06 17:35:11 -05:00
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.
2021-03-05 22:49:39 -05:00
.. toctree::
:maxdepth: 1
2021-03-06 17:35:11 -05:00
:caption: Getting Started
:hidden:
getting-started/installation
getting-started/tutorials/index