已合并
refactor(segsum): arch35 内核头文件更名为 segsum_arch35.h,消除与 A2 同名 #5035
refactor(segsum): arch35 内核头文件更名为 segsum_arch35.h,消除与 A2 同名 #5035
已合并
zl_hw创建于 13 天前
2 个文件变更+2-2
@@ -13,7 +13,7 @@
13 * \brief Segsum kernel entry for arch35 / Ascend950.13 * \brief Segsum kernel entry for arch35 / Ascend950.
14 */14 */
15 15 
16-#include "segsum.h"16+#include "segsum_arch35.h"
17 17 
18using namespace SegsumArch35;18using namespace SegsumArch35;
19 19 
Rmath/segsum/op_kernel/arch35/segsum.hmath/segsum/op_kernel/arch35/segsum_arch35.h+1-1
@@ -9,7 +9,7 @@
9 */9 */
10 10 
11/*!11/*!
12- * \file segsum.h (arch35 / Ascend950)12+ * \file segsum_arch35.h (arch35 / Ascend950)
13 * \brief arch35 implementation of Segsum.13 * \brief arch35 implementation of Segsum.
14 *14 *
15 * y[i][j] = exp(sum_{p = j + 1}^{i} x_p) for j <= i, y[i][j] = 0 for j > i.15 * y[i][j] = exp(sum_{p = j + 1}^{i} x_p) for j <= i, y[i][j] = 0 for j > i.