[PYTHON] Renamed triton.core -> triton.language (#92)
This commit is contained in:
committed by
Philippe Tillet
parent
41410012e8
commit
bfc0a7587d
117
docs/python-api/triton.language.rst
Normal file
117
docs/python-api/triton.language.rst
Normal file
@@ -0,0 +1,117 @@
|
||||
triton.language
|
||||
================
|
||||
|
||||
.. currentmodule:: triton.language
|
||||
|
||||
|
||||
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
|
10
docs/python-api/triton.rst
Normal file
10
docs/python-api/triton.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
triton
|
||||
========
|
||||
|
||||
.. currentmodule:: triton
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
jit
|
12
docs/python-api/triton.testing.rst
Normal file
12
docs/python-api/triton.testing.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
triton.testing
|
||||
================
|
||||
|
||||
.. currentmodule:: triton.testing
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
|
||||
do_bench
|
||||
Benchmark
|
||||
perf_report
|
Reference in New Issue
Block a user