[GH-PAGES] Updated website
This commit is contained in:
16
index.html
16
index.html
@@ -93,9 +93,11 @@
|
||||
<li class="toctree-l1"><a class="reference internal" href="getting-started/installation.html">Installation</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="getting-started/tutorials/index.html">Tutorials</a></li>
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Language Reference</span></p>
|
||||
<p class="caption"><span class="caption-text">Python API</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="language-reference/python-api/index.html">Python API</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="python-api/triton.html">triton</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="python-api/triton.language.html">triton.language</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="python-api/triton.testing.html">triton.testing</a></li>
|
||||
</ul>
|
||||
<p class="caption"><span class="caption-text">Programming Guide</span></p>
|
||||
<ul>
|
||||
@@ -170,7 +172,7 @@
|
||||
|
||||
<div class="section" id="welcome-to-triton-s-documentation">
|
||||
<h1>Welcome to Triton’s documentation!<a class="headerlink" href="#welcome-to-triton-s-documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<p>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.</p>
|
||||
<p>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.</p>
|
||||
<div class="section" id="getting-started">
|
||||
<h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
@@ -180,10 +182,12 @@
|
||||
<div class="toctree-wrapper compound">
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="language-reference">
|
||||
<h2>Language Reference<a class="headerlink" href="#language-reference" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="python-api">
|
||||
<h2>Python API<a class="headerlink" href="#python-api" title="Permalink to this headline">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p>Checkout the <a class="reference internal" href="language-reference/python-api/index.html"><span class="doc">Python API Documentation</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="python-api/triton.html"><span class="doc">triton</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="python-api/triton.language.html"><span class="doc">triton.language</span></a></p></li>
|
||||
<li><p><a class="reference internal" href="python-api/triton.testing.html"><span class="doc">triton.testing</span></a></p></li>
|
||||
</ul>
|
||||
<div class="toctree-wrapper compound">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user