已合并
fix: trilu review feedback #3557
fix: trilu review feedback #3557
已合并
guankarl创建于 6月25日
1 个文件变更+8-19
@@ -5,11 +5,11 @@
5| 产品 | 是否支持 |5| 产品 | 是否支持 |
6| :----------------------------------------------------------- | :------: |6| :----------------------------------------------------------- | :------: |
7| <term>Ascend 950PR/Ascend 950DT</term> | √ |7| <term>Ascend 950PR/Ascend 950DT</term> | √ |
8-| <term>Atlas A3训练系列产品/Atlas A3推理系列产品</term> | × |8+| <term>Atlas A3 训练系列产品/Atlas A3 推理系列产品</term> | × |
9-| <term>Atlas A2训练系列产品/Atlas A2推理系列产品</term> | × |9+| <term>Atlas A2 训练系列产品/Atlas A2 推理系列产品</term> | × |
10-| <term>Atlas 200I/500 A2推理产品</term> | × |10+| <term>Atlas 200I/500 A2 推理产品</term> | × |
11-| <term>Atlas推理系列产品</term> | × |11+| <term>Atlas 推理系列产品</term> | × |
12-| <term>Atlas训练系列产品</term> | × |12+| <term>Atlas 训练系列产品</term> | × |
13 13 
14## 功能说明14## 功能说明
15 15 
@@ -80,17 +80,6 @@ $$
80 80 
81## 调用说明81## 调用说明
82 82 
83-<table><thead>83+| 调用方式 | 调用样例 | 说明 |
84- <tr>84+| :--- | :--- | :--- |
85- <th>调用方式</th>85+| 图模式调用 | [test_geir_trilu](./examples/test_geir_trilu.cpp) | 在host侧通过GE IR构图方式调用trilu算子。 |
86- <th>调用样例</th>
87- <th>说明</th>
88- </tr></thead>
89-<tbody>
90- <tr>
91- <td>图模式调用</td>
92- <td><a href="./examples/test_geir_trilu.cpp">test_geir_trilu</a></td>
93- <td>参见<a href="../../docs/zh/invocation/quick_op_invocation.md">算子调用</a>完成算子编译和验证。</td>
94- </tr>
95-</tbody>
96-</table>