[GH-PAGES] Updated website

This commit is contained in:
Philippe Tillet
2021-04-21 01:40:29 -04:00
parent 5cefc81fce
commit 92126eb098
138 changed files with 10354 additions and 3841 deletions

View File

@@ -0,0 +1,6 @@
triton.arange
=============
.. currentmodule:: triton
.. autofunction:: arange

View File

@@ -0,0 +1,6 @@
triton.atomic\_cas
==================
.. currentmodule:: triton
.. autofunction:: atomic_cas

View File

@@ -0,0 +1,6 @@
triton.atomic\_xchg
===================
.. currentmodule:: triton
.. autofunction:: atomic_xchg

View File

@@ -0,0 +1,6 @@
triton.broadcast\_to
====================
.. currentmodule:: triton
.. autofunction:: broadcast_to

View File

@@ -0,0 +1,6 @@
triton.dot
==========
.. currentmodule:: triton
.. autofunction:: dot

View File

@@ -0,0 +1,6 @@
triton.exp
==========
.. currentmodule:: triton
.. autofunction:: exp

View File

@@ -0,0 +1,6 @@
triton.load
===========
.. currentmodule:: triton
.. autofunction:: load

View File

@@ -0,0 +1,6 @@
triton.log
==========
.. currentmodule:: triton
.. autofunction:: log

View File

@@ -0,0 +1,6 @@
triton.max
==========
.. currentmodule:: triton
.. autofunction:: max

View File

@@ -0,0 +1,6 @@
triton.maximum
==============
.. currentmodule:: triton
.. autodata:: maximum

View File

@@ -0,0 +1,6 @@
triton.min
==========
.. currentmodule:: triton
.. autofunction:: min

View File

@@ -0,0 +1,6 @@
triton.minimum
==============
.. currentmodule:: triton
.. autodata:: minimum

View File

@@ -0,0 +1,6 @@
triton.multiple\_of
===================
.. currentmodule:: triton
.. autofunction:: multiple_of

View File

@@ -0,0 +1,6 @@
triton.num\_programs
====================
.. currentmodule:: triton
.. autofunction:: num_programs

View File

@@ -0,0 +1,6 @@
triton.program\_id
==================
.. currentmodule:: triton
.. autofunction:: program_id

View File

@@ -0,0 +1,6 @@
triton.ravel
============
.. currentmodule:: triton
.. autodata:: ravel

View File

@@ -0,0 +1,6 @@
triton.reshape
==============
.. currentmodule:: triton
.. autofunction:: reshape

View File

@@ -0,0 +1,6 @@
triton.sigmoid
==============
.. currentmodule:: triton
.. autodata:: sigmoid

View File

@@ -0,0 +1,6 @@
triton.softmax
==============
.. currentmodule:: triton
.. autodata:: softmax

View File

@@ -0,0 +1,6 @@
triton.store
============
.. currentmodule:: triton
.. autofunction:: store

View File

@@ -0,0 +1,6 @@
triton.sum
==========
.. currentmodule:: triton
.. autofunction:: sum

View File

@@ -0,0 +1,6 @@
triton.where
============
.. currentmodule:: triton
.. autofunction:: where

View File

@@ -0,0 +1,6 @@
triton.zeros
============
.. currentmodule:: triton
.. autofunction:: zeros

View File

@@ -0,0 +1,117 @@
Python API
===========
.. currentmodule:: triton
Programming Model
-------------------
.. autosummary::
:toctree: generated
:nosignatures:
program_id
num_programs
Creation Ops
-------------
.. autosummary::
:toctree: generated
:nosignatures:
arange
zeros
Shape Manipulation Ops
-----------------------
.. autosummary::
:toctree: generated
:nosignatures:
broadcast_to
reshape
ravel
Linear Algebra Ops
-------------------
.. autosummary::
:toctree: generated
:nosignatures:
dot
Memory Ops
--------------------
.. autosummary::
:toctree: generated
:nosignatures:
load
store
atomic_cas
atomic_xchg
Indexing Ops
--------------
.. autosummary::
:toctree: generated
:nosignatures:
where
Math Ops
----------
.. autosummary::
:toctree: generated
:nosignatures:
exp
log
sigmoid
softmax
Reduction Ops
---------------
.. autosummary::
:toctree: generated
:nosignatures:
max
min
sum
Comparison ops
---------------
.. autosummary::
:toctree: generated
:nosignatures:
minimum
maximum
Compiler Hint Ops
-------------------
.. autosummary::
:toctree: generated
:nosignatures:
multiple_of