Skip to content

Commit bde6985

Browse files
committed
xe: sdpa: Fix LNL config with head_size of 512
1 parent a22ae94 commit bde6985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gpu/intel/ocl/micro_sdpa_configs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ sdpa_config_t xe2_q_h512_s64_2nd = {16, 16, 64, 16, 8, 1, 8, 1};
199199
sdpa_config_t xe2_q_h512_2nd = {16, 16, 64, 16, 16, 1, 16, 1};
200200

201201
sdpa_config_t xe2_h512_s128_integrated = {16, 16, 64, 16, 8, 2, 8, 2};
202-
sdpa_config_t xe2_h512_integrated = {16, 16, 32, 16, 16, 1, 16, 1};
202+
sdpa_config_t xe2_h512_integrated = {16, 16, 16, 16, 32, 1, 32, 1};
203203

204204
sdpa_config_t xe2_h512_s256_2nd_integrated = {16, 16, 64, 16, 8, 1, 8, 1};
205205
sdpa_config_t xe2_h512_s1024_2nd_integrated = {16, 16, 64, 16, 8, 2, 8, 2};

0 commit comments

Comments
 (0)