[GH-PAGES] Updated website

This commit is contained in:
Philippe Tillet
2021-04-23 16:42:55 -04:00
parent 817a174c88
commit e581b452bd
136 changed files with 7930 additions and 6242 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,6 @@
triton.testing.do\_bench
========================
.. currentmodule:: triton.testing
.. autofunction:: do_bench

View File

@@ -0,0 +1,6 @@
triton.testing.perf\_report
===========================
.. currentmodule:: triton.testing
.. autofunction:: perf_report