@@ -3206,7 +3206,7 @@ TEST(eltwise_gpu_f32, broadcast_test_dim3_dim4) {
3206
3206
// in1:dim3, int2:dim4
3207
3207
{
3208
3208
ov::Shape in1_shape = {2 , 4 , 2 };
3209
-
3209
+
3210
3210
auto input = engine.allocate_memory ({ ov::PartialShape (in1_shape), data_types::f32, format::bfyx });
3211
3211
set_values (input, const_input);
3212
3212
@@ -3239,7 +3239,7 @@ TEST(eltwise_gpu_f32, broadcast_test_dim3_dim4) {
3239
3239
// So explicit 4d input shpae {1, 2, 4, 2} should have same result from input{2, 4, 2}
3240
3240
{
3241
3241
ov::Shape in1_shape = {1 , 2 , 4 , 2 };
3242
-
3242
+
3243
3243
auto input = engine.allocate_memory ({ ov::PartialShape (in1_shape), data_types::f32, format::bfyx });
3244
3244
set_values (input, const_input);
3245
3245
@@ -4506,9 +4506,9 @@ struct eltwise_layout_test_params {
4506
4506
};
4507
4507
4508
4508
#define CASE_ELTWISE_TEST1 eltwise_mode::sum, {1 , 2 , 1 , 1 }, {4 , 2 , 4 , 4 }, format::b_fs_yx_fsv16, format::bfyx, " generic_eltwise_ref"
4509
- #define CASE_ELTWISE_TEST2 eltwise_mode::sum, {4 , 1 , 4 , 4 }, {1 , 5 , 1 , 1 }, format::b_fs_yx_fsv16, format::bfyx, " eltwise_blocked_opt "
4509
+ #define CASE_ELTWISE_TEST2 eltwise_mode::sum, {4 , 1 , 4 , 4 }, {1 , 5 , 1 , 1 }, format::b_fs_yx_fsv16, format::bfyx, " generic_eltwise_ref "
4510
4510
#define CASE_ELTWISE_TEST3 eltwise_mode::sum, {4 , 5 , 4 , 1 }, {4 , 1 , 4 , 1 }, format::b_fs_yx_fsv16, format::bfyx, " generic_eltwise_ref"
4511
- #define CASE_ELTWISE_TEST4 eltwise_mode::sum, {4 , 2 , 4 , 4 }, {1 , 1 , 1 , 1 }, format::b_fs_yx_fsv16, format::bfyx, " eltwise_blocked_opt "
4511
+ #define CASE_ELTWISE_TEST4 eltwise_mode::sum, {4 , 2 , 4 , 4 }, {1 , 1 , 1 , 1 }, format::b_fs_yx_fsv16, format::bfyx, " generic_eltwise_ref "
4512
4512
#define CASE_ELTWISE_TEST5 eltwise_mode::sum, {1 , 2 , 1 , 1 }, {4 , 2 , 4 , 4 }, format::bfyx, format::b_fs_yx_fsv16, " generic_eltwise_ref"
4513
4513
#define CASE_ELTWISE_TEST6 eltwise_mode::sum, {4 , 1 , 4 , 4 }, {1 , 5 , 1 , 1 }, format::bfyx, format::b_fs_yx_fsv16, " generic_eltwise_ref"
4514
4514
#define CASE_ELTWISE_TEST7 eltwise_mode::sum, {4 , 5 , 4 , 1 }, {4 , 1 , 4 , 1 }, format::bfyx, format::b_fs_yx_fsv16, " generic_eltwise_ref"
0 commit comments