[PYTHON] Renamed triton.core -> triton.language (#92)
This commit is contained in:
committed by
Philippe Tillet
parent
41410012e8
commit
bfc0a7587d
@@ -1,7 +1,7 @@
|
||||
Welcome to Triton's documentation!
|
||||
==================================
|
||||
|
||||
Triton is an imperative language and compiler for parallel programming. It aims to provide a programming environment for productively writing custom DNN compute kernels capable of running at maximal throughput on modern GPU hardware.
|
||||
Triton is an language and compiler for parallel programming. It aims to provide a Python-based programming environment for productively writing custom DNN compute kernels capable of running at maximal throughput on modern GPU hardware.
|
||||
|
||||
Getting Started
|
||||
---------------
|
||||
@@ -17,18 +17,22 @@ Getting Started
|
||||
getting-started/installation
|
||||
getting-started/tutorials/index
|
||||
|
||||
Language Reference
|
||||
Python API
|
||||
-------------------
|
||||
|
||||
- Checkout the :doc:`Python API Documentation <language-reference/python-api/index>`
|
||||
- :doc:`triton <python-api/triton>`
|
||||
- :doc:`triton.language <python-api/triton.language>`
|
||||
- :doc:`triton.testing <python-api/triton.testing>`
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Language Reference
|
||||
:caption: Python API
|
||||
:hidden:
|
||||
|
||||
language-reference/python-api/index
|
||||
python-api/triton
|
||||
python-api/triton.language
|
||||
python-api/triton.testing
|
||||
|
||||
|
||||
Going Further
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Python API
|
||||
===========
|
||||
triton.language
|
||||
================
|
||||
|
||||
.. currentmodule:: triton
|
||||
.. currentmodule:: triton.language
|
||||
|
||||
|
||||
Programming Model
|
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