Skip to content

Commit 67ab206

Browse files
committed
cpu: rv64: bnorm: add copyright entity
1 parent 4f779ef commit 67ab206

12 files changed

+13
-13
lines changed

src/cpu/rv64/rvv_batch_normalization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2025
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/cpu/rv64/rvv_batch_normalization.hpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2025
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -103,8 +103,7 @@ struct rvv_batch_normalization_fwd_t : public primitive_t {
103103
bool plain_dense = src_d.blocking_desc().inner_nblks == 0
104104
&& dst_d.blocking_desc().inner_nblks == 0
105105
&& src_d.is_dense(/*with_padding=*/false)
106-
&& dst_d.is_dense(/*with_padding=*/false)
107-
&& src_d.is_plain() && dst_d.is_plain();
106+
&& dst_d.is_dense(/*with_padding=*/false);
108107
bool same_layouts = src_d.similar_to(dst_d, /*with_strides=*/true,
109108
/*with_pads=*/false);
110109
return ndims_ok && plain_dense && same_layouts;

src/cpu/rv64/rvv_binary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2025
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/cpu/rv64/rvv_binary.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2025
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/cpu/rv64/rvv_binary_kernels.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2025
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/cpu/rv64/rvv_eltwise.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2019 Intel Corporation
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/cpu/rv64/rvv_eltwise.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2019 Intel Corporation
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/cpu/rv64/rvv_eltwise_kernels.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2025
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/cpu/rv64/rvv_inner_product.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2025
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/cpu/rv64/rvv_inner_product.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
* Copyright 2025
2+
* Copyright 2025 ZTE Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)