From c8eb231f2a9a51249280817ad006edd817e49a95 Mon Sep 17 00:00:00 2001 From: ConanYao Date: Mon, 26 May 2025 13:35:43 +0800 Subject: [PATCH] AddConfig --- src/math/snrm2/op_host/snrm2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/math/snrm2/op_host/snrm2.cpp b/src/math/snrm2/op_host/snrm2.cpp index 137848b4..1192a990 100644 --- a/src/math/snrm2/op_host/snrm2.cpp +++ b/src/math/snrm2/op_host/snrm2.cpp @@ -135,7 +135,8 @@ public: this->SetInferShape(ge::InferShape).SetInferDataType(ge::InferDataType); this->AICore() .SetTiling(optiling::TilingFunc) - .AddConfig("ascend910b"); + .AddConfig("ascend910b") + .AddConfig("ascend310b"); } }; OP_ADD(Snrm2); -- Gitee