[GH-PAGES] Updated website

This commit is contained in:
Philippe Tillet
2021-08-18 18:20:47 +00:00
parent 4e6541a2bf
commit b9502b3373
64 changed files with 1931 additions and 203 deletions

View File

@@ -0,0 +1,22 @@
triton.Config
=============
.. currentmodule:: triton
.. autoclass:: Config
.. automethod:: __init__
.. rubric:: Methods
.. autosummary::
~Config.__init__

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
triton.language.atomic\_add
===========================
.. currentmodule:: triton.language
.. autofunction:: atomic_add

View File

@@ -0,0 +1,6 @@
triton.language.atomic\_max
===========================
.. currentmodule:: triton.language
.. autofunction:: atomic_max

View File

@@ -0,0 +1,6 @@
triton.language.atomic\_min
===========================
.. currentmodule:: triton.language
.. autofunction:: atomic_min

View File

@@ -98,6 +98,18 @@ Reduction Ops
min
sum
Atomic Ops
---------------
.. autosummary::
:toctree: generated
:nosignatures:
atomic_cas
atomic_add
atomic_max
atomic_min
Comparison ops
---------------

View File

@@ -7,4 +7,7 @@ triton
:toctree: generated
:nosignatures:
jit
jit
autotune
heuristics
Config