Triton
入门
安装
教程
Python API
triton
triton.language
编程模型
创建操作 (Creation Ops)
形状操作 (Shape Manipulation Ops)
线性代数操作 (Linear Algebra Ops)
内存/指针操作 (Memory/Pointer Ops)
索引操作 (Indexing Ops)
数学操作 (Math Ops)
归约操作 (Reduction Ops)
扫描/排序操作 (Scan/Sort Ops)
triton.language.associative_scan
triton.language.cumprod
triton.language.cumsum
triton.language.histogram
triton.language.sort
sort()
triton.language.topk
triton.language.gather
原子操作 (Atomic Ops)
随机数生成
迭代器
内联汇编
编译器提示操作 (Compiler Hint Ops)
调试操作 (Debug Ops)
triton.testing
Triton 语义
Gluon
概述
教程
示例
API 参考
Triton MLIR 方言
Triton MLIR 方言和操作
编程指南
简介
相关工作
调试 Triton
浮点数清理器 (FpSan)
Triton
triton.language
triton.language.sort
查看页面源
triton.language.sort
triton.language.
sort
(
x
,
dim
:
constexpr
=
None
,
descending
:
constexpr
=
constexpr[0]
)