File tree 2 files changed +1
-5
lines changed
2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2022-2024 Intel Corporation
3
2
* Copyright 2025 FUJITSU LIMITED
4
3
*
5
4
* Licensed under the Apache License, Version 2.0 (the "License");
15
14
* limitations under the License.
16
15
*******************************************************************************/
17
16
18
- #include " common/c_types_map.hpp"
19
- #include " common/compiler_workarounds.hpp"
20
17
#include " common/dnnl_thread.hpp"
21
18
#include " common/nstl.hpp"
22
19
#include " common/primitive_desc_iterator.hpp"
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2022-2024 Intel Corporation
3
2
* Copyright 2025 FUJITSU LIMITED
4
3
*
5
4
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -57,7 +56,7 @@ struct brgemm_convolution_bwd_t : public primitive_t {
57
56
58
57
brgemm_convolution_bwd_t (const pd_t *apd) : primitive_t (apd) {};
59
58
60
- ~brgemm_convolution_bwd_t () = default ;
59
+ ~brgemm_convolution_bwd_t () override = default ;
61
60
62
61
status_t init (engine_t *engine) override ;
63
62
You can’t perform that action at this time.
0 commit comments