Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
p-durandin authored Jan 14, 2025
1 parent 53c1a3c commit ae61720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ void SDPAKernelMicro::init_microkernels(const sdpa_params& params, micro::Packag

bool is_quantized = (K.GetDType() == Datatype::UINT8 || K.GetDType() == Datatype::INT8) ||
(V.GetDType() == Datatype::UINT8 || V.GetDType() == Datatype::INT8);

switch (params.engineInfo.arch) {
case gpu_arch::xe_hpg: {
config = choose_config_xehpg(static_cast<int32_t>(head_size), static_cast<int32_t>(n_keys.v), thin_q, is_quantized);
Expand Down

0 comments on commit ae61720

Please sign in to comment.