Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isanghao committed Sep 11, 2024
1 parent ff083ea commit 299575e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
#define AS_TYPE_N(type, n, x) AS_TYPE_N_(type, n, x)
#define AS_INPUT_TYPE_N(x) AS_TYPE_N(INPUT0_TYPE, VEC_SIZE, x)

REQD_SUB_GROUP_SIZE(SIMD)
#ifdef QUANTIZE_GROUP_SIZE <= 128
#if QUANTIZE_GROUP_SIZE <= 128
KERNEL(dynamic_quantize_gpu_opt)(
OPTIONAL_SHAPE_INFO_ARG
const __global INPUT0_TYPE* input,
Expand Down Expand Up @@ -58,6 +57,7 @@ KERNEL(dynamic_quantize_gpu_opt)(

#else

REQD_SUB_GROUP_SIZE(SIMD)
KERNEL(dynamic_quantize_gpu_opt)(
OPTIONAL_SHAPE_INFO_ARG
const __global INPUT0_TYPE* input,
Expand Down

0 comments on commit 299575e

Please sign in to comment.