[GH-PAGES] Updated website
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
triton.arange
|
||||
=============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: arange
|
@@ -0,0 +1,6 @@
|
||||
triton.atomic\_cas
|
||||
==================
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: atomic_cas
|
@@ -0,0 +1,6 @@
|
||||
triton.atomic\_xchg
|
||||
===================
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: atomic_xchg
|
@@ -0,0 +1,6 @@
|
||||
triton.broadcast\_to
|
||||
====================
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: broadcast_to
|
@@ -0,0 +1,6 @@
|
||||
triton.dot
|
||||
==========
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: dot
|
@@ -0,0 +1,6 @@
|
||||
triton.exp
|
||||
==========
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: exp
|
@@ -0,0 +1,6 @@
|
||||
triton.load
|
||||
===========
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: load
|
@@ -0,0 +1,6 @@
|
||||
triton.log
|
||||
==========
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: log
|
@@ -0,0 +1,6 @@
|
||||
triton.max
|
||||
==========
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: max
|
@@ -0,0 +1,6 @@
|
||||
triton.maximum
|
||||
==============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autodata:: maximum
|
@@ -0,0 +1,6 @@
|
||||
triton.min
|
||||
==========
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: min
|
@@ -0,0 +1,6 @@
|
||||
triton.minimum
|
||||
==============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autodata:: minimum
|
@@ -0,0 +1,6 @@
|
||||
triton.multiple\_of
|
||||
===================
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: multiple_of
|
@@ -0,0 +1,6 @@
|
||||
triton.num\_programs
|
||||
====================
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: num_programs
|
@@ -0,0 +1,6 @@
|
||||
triton.program\_id
|
||||
==================
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: program_id
|
@@ -0,0 +1,6 @@
|
||||
triton.ravel
|
||||
============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autodata:: ravel
|
@@ -0,0 +1,6 @@
|
||||
triton.reshape
|
||||
==============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: reshape
|
@@ -0,0 +1,6 @@
|
||||
triton.sigmoid
|
||||
==============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autodata:: sigmoid
|
@@ -0,0 +1,6 @@
|
||||
triton.softmax
|
||||
==============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autodata:: softmax
|
@@ -0,0 +1,6 @@
|
||||
triton.store
|
||||
============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: store
|
@@ -0,0 +1,6 @@
|
||||
triton.sum
|
||||
==========
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: sum
|
@@ -0,0 +1,6 @@
|
||||
triton.where
|
||||
============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: where
|
@@ -0,0 +1,6 @@
|
||||
triton.zeros
|
||||
============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: zeros
|
117
_sources/language-reference/python-api/index.rst.txt
Normal file
117
_sources/language-reference/python-api/index.rst.txt
Normal 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
|
Reference in New Issue
Block a user