From d3851d8989f47c58ce92e8c670352d66e3629282 Mon Sep 17 00:00:00 2001 From: Avi Radinsky <72529800+aviradinsky@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:07:12 -0400 Subject: [PATCH] [DOCS] Typo fix (#151) --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index a73c52569..1da612fe8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,7 +1,7 @@ Welcome to Triton's documentation! ================================== -Triton is an 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 --------------- @@ -49,4 +49,4 @@ Check out the following documents to learn more about Triton and how it compares :hidden: programming-guide/chapter-1/introduction - programming-guide/chapter-2/related-work \ No newline at end of file + programming-guide/chapter-2/related-work