Add BMM_Theory: bmm_theory/__init__.py
This commit is contained in:
12
BMM/BMM_Theory/bmm_theory/__init__.py
Normal file
12
BMM/BMM_Theory/bmm_theory/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""BMM_Theory: batch_mat_mul_v3 算子在 Ascend950PR 上的理论最优实现分析软件.
|
||||
|
||||
功能:
|
||||
1. 对任意 BMM case 输入, 产生理论最优实现方案 (方案推荐模式);
|
||||
2. 对任意 case + 实现方案输入, 评估 NPU 各硬件时延/流水, 分析瓶颈 (方案评估模式).
|
||||
|
||||
理论依据: 《BMM算子优化分析 v0.98》《MergeBatch_vs_IterBatch分析 v1.1》
|
||||
《BMM尾轮处理策略对比分析 v1.5》.
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["__version__"]
|
||||
Reference in New Issue
Block a user