[GH-PAGES] Updated website
This commit is contained in:
22
_sources/python-api/generated/triton.Config.rst.txt
Normal file
22
_sources/python-api/generated/triton.Config.rst.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
triton.Config
|
||||
=============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autoclass:: Config
|
||||
|
||||
|
||||
.. automethod:: __init__
|
||||
|
||||
|
||||
.. rubric:: Methods
|
||||
|
||||
.. autosummary::
|
||||
|
||||
~Config.__init__
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
6
_sources/python-api/generated/triton.autotune.rst.txt
Normal file
6
_sources/python-api/generated/triton.autotune.rst.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
triton.autotune
|
||||
===============
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: autotune
|
6
_sources/python-api/generated/triton.heuristics.rst.txt
Normal file
6
_sources/python-api/generated/triton.heuristics.rst.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
triton.heuristics
|
||||
=================
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autofunction:: heuristics
|
@@ -0,0 +1,6 @@
|
||||
triton.language.atomic\_add
|
||||
===========================
|
||||
|
||||
.. currentmodule:: triton.language
|
||||
|
||||
.. autofunction:: atomic_add
|
@@ -0,0 +1,6 @@
|
||||
triton.language.atomic\_max
|
||||
===========================
|
||||
|
||||
.. currentmodule:: triton.language
|
||||
|
||||
.. autofunction:: atomic_max
|
@@ -0,0 +1,6 @@
|
||||
triton.language.atomic\_min
|
||||
===========================
|
||||
|
||||
.. currentmodule:: triton.language
|
||||
|
||||
.. autofunction:: atomic_min
|
@@ -98,6 +98,18 @@ Reduction Ops
|
||||
min
|
||||
sum
|
||||
|
||||
Atomic Ops
|
||||
---------------
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
atomic_cas
|
||||
atomic_add
|
||||
atomic_max
|
||||
atomic_min
|
||||
|
||||
|
||||
Comparison ops
|
||||
---------------
|
||||
|
@@ -7,4 +7,7 @@ triton
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
jit
|
||||
jit
|
||||
autotune
|
||||
heuristics
|
||||
Config
|
Reference in New Issue
Block a user