Skip to content

Commit ae61720

Browse files
authored
remove space
1 parent 53c1a3c commit ae61720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/intel_gpu/src/kernel_selector/kernels/sdpa/sdpa_kernel_micro.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ void SDPAKernelMicro::init_microkernels(const sdpa_params& params, micro::Packag
253253

254254
bool is_quantized = (K.GetDType() == Datatype::UINT8 || K.GetDType() == Datatype::INT8) ||
255255
(V.GetDType() == Datatype::UINT8 || V.GetDType() == Datatype::INT8);
256-
256+
257257
switch (params.engineInfo.arch) {
258258
case gpu_arch::xe_hpg: {
259259
config = choose_config_xehpg(static_cast<int32_t>(head_size), static_cast<int32_t>(n_keys.v), thin_q, is_quantized);

0 commit comments

Comments
 (0)