File tree 34 files changed +47
-47
lines changed
34 files changed +47
-47
lines changed Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2019-2024 Intel Corporation
2
+ * Copyright 2019-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
24
24
#include " gpu/intel/ocl/custom_reorder.hpp"
25
25
#include " gpu/intel/ocl/generic_reorder.hpp"
26
26
#include " gpu/intel/ocl/ref_reorder.hpp"
27
- #include " gpu/intel/ocl/rnn/rnn_reorders .hpp"
27
+ #include " gpu/intel/ocl/rnn/reorders .hpp"
28
28
#endif
29
29
30
30
#if DNNL_GPU_VENDOR == DNNL_VENDOR_NVIDIA
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2021-2024 Intel Corporation
2
+ * Copyright 2021-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
17
17
#include " gpu/gpu_impl_list.hpp"
18
18
19
19
#if DNNL_GPU_VENDOR == DNNL_VENDOR_INTEL
20
- #include " gpu/intel/ocl/rnn/rnn_grid .hpp"
20
+ #include " gpu/intel/ocl/rnn/grid .hpp"
21
21
#endif
22
22
23
23
#ifdef GENERIC_SYCL_KERNELS_ENABLED
Original file line number Diff line number Diff line change 18
18
#include " common/experimental.hpp"
19
19
#include " common/utils.hpp"
20
20
#include " gpu/intel/compute/utils.hpp"
21
- #include " gpu/intel/ocl/bnorm/bnorm_utils .hpp"
21
+ #include " gpu/intel/ocl/bnorm/utils .hpp"
22
22
#include " gpu/intel/ocl/utils.hpp"
23
23
24
24
using namespace dnnl ::impl::memory_tracking::names;
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2020-2024 Intel Corporation
2
+ * Copyright 2020-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
20
20
#include " common/primitive.hpp"
21
21
#include " gpu/gpu_batch_normalization_pd.hpp"
22
22
#include " gpu/intel/gpu_primitive.hpp"
23
- #include " gpu/intel/ocl/bnorm/bnorm_lookup_table .hpp"
23
+ #include " gpu/intel/ocl/bnorm/lookup_table .hpp"
24
24
#include " gpu/intel/primitive_conf.hpp"
25
25
26
26
namespace dnnl {
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2022-2024 Intel Corporation
2
+ * Copyright 2022-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*******************************************************************************/
16
- #include " gpu/intel/ocl/bnorm/bnorm_lookup_table .hpp"
16
+ #include " gpu/intel/ocl/bnorm/lookup_table .hpp"
17
17
#include " gpu/intel/compute/compute_engine.hpp"
18
18
19
19
#include < string>
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2022-2024 Intel Corporation
2
+ * Copyright 2022-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2023-2024 Intel Corporation
2
+ * Copyright 2023-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*******************************************************************************/
16
- #include " gpu/intel/ocl/bnorm/bnorm_model .hpp"
16
+ #include " gpu/intel/ocl/bnorm/model .hpp"
17
17
#include < cmath>
18
18
#include " common/utils.hpp"
19
19
#include " gpu/intel/compute/utils.hpp"
20
- #include " gpu/intel/ocl/bnorm/bnorm_utils.hpp"
21
20
#include " gpu/intel/ocl/bnorm/nhwc_batch_normalization.hpp"
21
+ #include " gpu/intel/ocl/bnorm/utils.hpp"
22
22
23
23
namespace dnnl {
24
24
namespace impl {
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2023-2024 Intel Corporation
2
+ * Copyright 2023-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 17
17
#include " common/experimental.hpp"
18
18
#include " common/utils.hpp"
19
19
#include " gpu/intel/compute/utils.hpp"
20
- #include " gpu/intel/ocl/bnorm/bnorm_model .hpp"
21
- #include " gpu/intel/ocl/bnorm/bnorm_utils .hpp"
20
+ #include " gpu/intel/ocl/bnorm/model .hpp"
21
+ #include " gpu/intel/ocl/bnorm/utils .hpp"
22
22
#include " gpu/intel/ocl/utils.hpp"
23
23
24
24
using namespace dnnl ::impl::memory_tracking::names;
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2020-2024 Intel Corporation
2
+ * Copyright 2020-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
20
20
#include " common/primitive.hpp"
21
21
#include " gpu/gpu_batch_normalization_pd.hpp"
22
22
#include " gpu/intel/gpu_primitive.hpp"
23
- #include " gpu/intel/ocl/bnorm/bnorm_lookup_table .hpp"
23
+ #include " gpu/intel/ocl/bnorm/lookup_table .hpp"
24
24
#include " gpu/intel/primitive_conf.hpp"
25
25
26
26
namespace dnnl {
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2023-2024 Intel Corporation
2
+ * Copyright 2023-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
15
15
*******************************************************************************/
16
16
17
17
#include " gpu/intel/ocl/bnorm/nhwc_reusable.hpp"
18
- #include " gpu/intel/ocl/bnorm/bnorm_model .hpp"
18
+ #include " gpu/intel/ocl/bnorm/model .hpp"
19
19
20
20
#include " common/c_types_map.hpp"
21
21
#include " common/type_helpers.hpp"
Original file line number Diff line number Diff line change 32
32
#include " gpu/intel/primitive_conf.hpp"
33
33
34
34
#include " common/experimental.hpp"
35
- #include " gpu/intel/ocl/bnorm/bnorm_utils.hpp"
36
35
#include " gpu/intel/ocl/bnorm/nhwc_batch_normalization.hpp"
36
+ #include " gpu/intel/ocl/bnorm/utils.hpp"
37
37
38
38
namespace dnnl {
39
39
namespace impl {
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2023-2024 Intel Corporation
2
+ * Copyright 2023-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*******************************************************************************/
16
- #include " gpu/intel/ocl/bnorm/bnorm_utils.hpp"
17
16
#include " common/utils.hpp"
18
17
#include " gpu/intel/compute/utils.hpp"
19
- #include " gpu/intel/ocl/bnorm/bnorm_lookup_table.hpp"
18
+ #include " gpu/intel/ocl/bnorm/lookup_table.hpp"
19
+ #include " gpu/intel/ocl/bnorm/utils.hpp"
20
20
21
21
namespace dnnl {
22
22
namespace impl {
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2023-2024 Intel Corporation
2
+ * Copyright 2023-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 28
28
#include " gpu/intel/compute/utils.hpp"
29
29
#include " gpu/intel/gpu_primitive_attr.hpp"
30
30
#include " gpu/intel/ocl/reduction/atomic_reduction.hpp"
31
- #include " gpu/intel/ocl/reduction/reduction_utils .hpp"
31
+ #include " gpu/intel/ocl/reduction/utils .hpp"
32
32
#include " gpu/intel/ocl/utils.hpp"
33
33
34
34
namespace dnnl {
Original file line number Diff line number Diff line change 24
24
#include " gpu/intel/compute/dispatch_reusable.hpp"
25
25
#include " gpu/intel/gpu_primitive.hpp"
26
26
#include " gpu/intel/gpu_primitive_attr.hpp"
27
- #include " gpu/intel/ocl/reduction/reduction_utils .hpp"
27
+ #include " gpu/intel/ocl/reduction/utils .hpp"
28
28
#include " gpu/intel/primitive_conf.hpp"
29
29
30
30
namespace dnnl {
Original file line number Diff line number Diff line change 20
20
#include " gpu/intel/block_structure.hpp"
21
21
#include " gpu/intel/compute/device_info.hpp"
22
22
#include " gpu/intel/compute/utils.hpp"
23
- #include " gpu/intel/ocl/reduction/reduction_utils .hpp"
23
+ #include " gpu/intel/ocl/reduction/utils .hpp"
24
24
#include " gpu/intel/ocl/utils.hpp"
25
25
#include " gpu/intel/utils.hpp"
26
26
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2021-2024 Intel Corporation
2
+ * Copyright 2021-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
20
20
#include " common/primitive.hpp"
21
21
#include " gpu/gpu_reduction_pd.hpp"
22
22
#include " gpu/intel/gpu_primitive.hpp"
23
- #include " gpu/intel/ocl/reduction/reduction_utils .hpp"
23
+ #include " gpu/intel/ocl/reduction/utils .hpp"
24
24
#include " gpu/intel/primitive_conf.hpp"
25
25
26
26
namespace dnnl {
Original file line number Diff line number Diff line change 24
24
#include " gpu/intel/compute/dispatch_reusable.hpp"
25
25
#include " gpu/intel/compute/kernel_ctx.hpp"
26
26
#include " gpu/intel/gpu_primitive_attr.hpp"
27
- #include " gpu/intel/ocl/reduction/reduction_utils.hpp"
28
27
#include " gpu/intel/ocl/reduction/reusable_ref_reduction.hpp"
28
+ #include " gpu/intel/ocl/reduction/utils.hpp"
29
29
#include " gpu/intel/ocl/utils.hpp"
30
30
31
31
namespace dnnl {
Original file line number Diff line number Diff line change 24
24
#include " gpu/intel/compute/device_info.hpp"
25
25
#include " gpu/intel/compute/dispatch_reusable.hpp"
26
26
#include " gpu/intel/gpu_primitive.hpp"
27
- #include " gpu/intel/ocl/reduction/reduction_utils .hpp"
27
+ #include " gpu/intel/ocl/reduction/utils .hpp"
28
28
#include " gpu/intel/primitive_conf.hpp"
29
29
30
30
namespace dnnl {
File renamed without changes.
Original file line number Diff line number Diff line change 16
16
17
17
// Common for RNN and LSTM cell execution
18
18
19
- #include " gpu/intel/ocl/rnn/rnn_grid .hpp"
19
+ #include " gpu/intel/ocl/rnn/grid .hpp"
20
20
21
21
namespace dnnl {
22
22
namespace impl {
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright 2024 Intel Corporation
2
+ * Copyright 2024-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
18
18
#define GPU_INTEL_OCL_RNN_CELL_COMPUTE_H
19
19
20
20
#include "gpu/intel/ocl/ocl_conversion.h"
21
- #include "gpu/intel/ocl/rnn/rnn_common .h"
21
+ #include "gpu/intel/ocl/rnn/common .h"
22
22
23
23
#if CELL_COMP_ENABLED
24
24
#define DHC_TG get_local_size(0)
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*******************************************************************************/
16
16
17
- #include " gpu/intel/ocl/rnn/rnn_grid .hpp"
17
+ #include " gpu/intel/ocl/rnn/grid .hpp"
18
18
19
19
namespace dnnl {
20
20
namespace impl {
Original file line number Diff line number Diff line change 18
18
* Cell execution GRU with linear before reset
19
19
*/
20
20
21
- #include " gpu/intel/ocl/rnn/rnn_grid .hpp"
21
+ #include " gpu/intel/ocl/rnn/grid .hpp"
22
22
23
23
namespace dnnl {
24
24
namespace impl {
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright 2019-2024 Intel Corporation
2
+ * Copyright 2019-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright 2019-2024 Intel Corporation
2
+ * Copyright 2019-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
16
16
17
17
#include "gpu/intel/ocl/rnn/cell_compute.h"
18
18
#include "gpu/intel/ocl/rnn/cell_kind_utility.h"
19
- #include "gpu/intel/ocl/rnn/rnn_common .h"
19
+ #include "gpu/intel/ocl/rnn/common .h"
20
20
21
21
__attribute__((intel_reqd_sub_group_size (SUBGROUP_SIZE ))) __kernel void
22
22
simple_rnn_copy_init_layer (__global WS_STATE_DATA_T * dst_base ,
Original file line number Diff line number Diff line change 26
26
// function
27
27
// only the cell execution function should be impacted
28
28
29
- #include " gpu/intel/ocl/rnn/rnn_grid .hpp"
29
+ #include " gpu/intel/ocl/rnn/grid .hpp"
30
30
31
31
#include " common/c_types_map.hpp"
32
32
#include " common/gemm_utils.hpp"
Original file line number Diff line number Diff line change 26
26
#include " gpu/gpu_resource.hpp"
27
27
#include " gpu/gpu_rnn_pd.hpp"
28
28
#include " gpu/intel/gpu_primitive.hpp"
29
- #include " gpu/intel/ocl/rnn/rnn_utils .hpp"
29
+ #include " gpu/intel/ocl/rnn/utils .hpp"
30
30
#include " gpu/intel/ocl/utils.hpp"
31
31
#include " gpu/intel/primitive_conf.hpp"
32
32
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*******************************************************************************/
16
16
17
- #include " gpu/intel/ocl/rnn/rnn_reorders .hpp"
17
+ #include " gpu/intel/ocl/rnn/reorders .hpp"
18
18
19
19
#include " gpu/intel/ocl/stream.hpp"
20
20
#include " gpu/intel/ocl/utils.hpp"
File renamed without changes.
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*******************************************************************************/
16
16
17
- #include " gpu/intel/ocl/rnn/rnn_grid .hpp"
17
+ #include " gpu/intel/ocl/rnn/grid .hpp"
18
18
#include " gpu/intel/utils.hpp"
19
19
20
20
namespace dnnl {
Original file line number Diff line number Diff line change 1
1
/* ******************************************************************************
2
- * Copyright 2019-2024 Intel Corporation
2
+ * Copyright 2019-2025 Intel Corporation
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
14
14
* limitations under the License.
15
15
*******************************************************************************/
16
16
17
- #include " gpu/intel/ocl/rnn/rnn_utils .hpp"
17
+ #include " gpu/intel/ocl/rnn/utils .hpp"
18
18
19
19
#include " common/c_types_map.hpp"
20
- #include " gpu/intel/ocl/rnn/rnn_grid .hpp"
20
+ #include " gpu/intel/ocl/rnn/grid .hpp"
21
21
#include " gpu/intel/utils.hpp"
22
22
23
23
namespace dnnl {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments