[DOCS] Various improvements (#224)
- Added docstr for autotune, Config, heuristics - Added docstr for atomics - Hiding internal _builder argument used for built-in language primitives - Re-factor docstr to use common templates between similar functions.
This commit is contained in:
@@ -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