Skip to content

Commit cb1ec75

Browse files
authored
[GPU] fix for out-of-resource error from sdpa_micro_pa for mixed stage (#32616)
### Details: - changed a sdpa_micro config `xehpg_h128_pa` to resolve out-of-resource error on ARL-H ### Tickets: - 175441, 175742, 175938
1 parent 3da969d commit cb1ec75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/intel_gpu/src/graph/impls/ocl_v2/sdpa/sdpa_gen_micro.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,8 @@ sdpa_config_t xehpg_q_h64_s64_2nd = {8, 8, 8, 8, 8, 2, 8, 2};
289289
sdpa_config_t xehpg_q_h64_s128_2nd = {16, 8, 8, 8, 8, 4, 8, 4};
290290
sdpa_config_t xehpg_q_h64_2nd = {16, 16, 8, 8, 16, 2, 8, 4};
291291

292-
sdpa_config_t xehpg_h128_pa = {16, 16, 16, 16, 8, 4, 8, 4};
293-
sdpa_config_t xehpg_h128 = {16, 16, 32, 8, 8, 4, 4, 8};
292+
sdpa_config_t xehpg_h128_pa = {16, 16, 16, 16, 8, 1, 8, 1};
293+
sdpa_config_t xehpg_h128 = {16, 16, 32, 8, 8, 2, 4, 4};
294294
sdpa_config_t xehpg_h128_s32 = {16, 16, 16, 8, 16, 2, 8, 4};
295295
sdpa_config_t xehpg_h128_2nd = {8, 16, 16, 8, 16, 1, 8, 2};
296296

0 commit comments

Comments
 (0)