Skip to content

Commit

Permalink
[DOCS] update index.rst (#1788)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherhesse committed Jun 15, 2023
1 parent 981e98a commit 04e47d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to Triton's documentation!
==================================

Triton is a language and compiler for parallel programming. It aims to provide a Python-based programming environment for productively writing custom DNN compute kernels capable of running at maximal throughput on modern GPU hardware.
Triton_ is a language and compiler for parallel programming. It aims to provide a Python-based programming environment for productively writing custom DNN compute kernels capable of running at maximal throughput on modern GPU hardware.


Getting Started
Expand Down Expand Up @@ -52,3 +52,5 @@ Check out the following documents to learn more about Triton and how it compares

programming-guide/chapter-1/introduction
programming-guide/chapter-2/related-work

.. _Triton: https://github.com/openai/triton

0 comments on commit 04e47d7

Please sign in to comment.