From 1ca4a0331f187eda5cb6e51b34c13835187b1e66 Mon Sep 17 00:00:00 2001 From: gupengcheng0401 Date: Wed, 3 Dec 2025 14:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0License=E4=B8=8ECopyRight?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nnacl_c/assembly/arm64/DynamicGatherArm64.S | 15 +++++++++++++++ .../assembly/fp16/DynamicGatherArm64ForFp16.S | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/mindspore-lite/src/litert/kernel/cpu/nnacl_c/assembly/arm64/DynamicGatherArm64.S b/mindspore-lite/src/litert/kernel/cpu/nnacl_c/assembly/arm64/DynamicGatherArm64.S index ef3a39fb..39d4d1d4 100644 --- a/mindspore-lite/src/litert/kernel/cpu/nnacl_c/assembly/arm64/DynamicGatherArm64.S +++ b/mindspore-lite/src/litert/kernel/cpu/nnacl_c/assembly/arm64/DynamicGatherArm64.S @@ -1,3 +1,18 @@ +/** + * Copyright 2025 Huawei Technologies Co., Ltd + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + *N + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifdef ENABLE_ARM64 #include "nnacl_c/assembly_global.h" .text diff --git a/mindspore-lite/src/litert/kernel/cpu/nnacl_c/assembly/fp16/DynamicGatherArm64ForFp16.S b/mindspore-lite/src/litert/kernel/cpu/nnacl_c/assembly/fp16/DynamicGatherArm64ForFp16.S index c27ade02..a9e284a0 100644 --- a/mindspore-lite/src/litert/kernel/cpu/nnacl_c/assembly/fp16/DynamicGatherArm64ForFp16.S +++ b/mindspore-lite/src/litert/kernel/cpu/nnacl_c/assembly/fp16/DynamicGatherArm64ForFp16.S @@ -1,3 +1,18 @@ +/** + * Copyright 2025 Huawei Technologies Co., Ltd + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + *N + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifdef ENABLE_ARM64 #include "nnacl_c/assembly_global.h" .text -- Gitee