Skip to content

Commit 0b7d56a

Browse files
committed
cpu: aarch64: Update new files in brgemm BWD for block size 8, 16
1 parent 92ce79e commit 0b7d56a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/cpu/aarch64/jit_brgemm_conv_bwd.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*******************************************************************************
2-
* Copyright 2022-2024 Intel Corporation
32
* Copyright 2025 FUJITSU LIMITED
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,8 +14,6 @@
1514
* limitations under the License.
1615
*******************************************************************************/
1716

18-
#include "common/c_types_map.hpp"
19-
#include "common/compiler_workarounds.hpp"
2017
#include "common/dnnl_thread.hpp"
2118
#include "common/nstl.hpp"
2219
#include "common/primitive_desc_iterator.hpp"

src/cpu/aarch64/jit_brgemm_conv_bwd.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/*******************************************************************************
2-
* Copyright 2022-2024 Intel Corporation
32
* Copyright 2025 FUJITSU LIMITED
43
*
54
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -57,7 +56,7 @@ struct brgemm_convolution_bwd_t : public primitive_t {
5756

5857
brgemm_convolution_bwd_t(const pd_t *apd) : primitive_t(apd) {};
5958

60-
~brgemm_convolution_bwd_t() = default;
59+
~brgemm_convolution_bwd_t() override = default;
6160

6261
status_t init(engine_t *engine) override;
6362

0 commit comments

Comments
 (0)