update pre-commit config (#18860)
This commit is contained in:
@@ -452,7 +452,7 @@ void sgl_per_token_group_quant_8bit_v2(
|
||||
#define LAUNCH_KERNEL(GROUP_SIZE, T, DST_DTYPE) \
|
||||
do { \
|
||||
constexpr int THREADS_PER_SUBWARP = GROUP_SIZE / 16; \
|
||||
TORCH_CHECK(THREADS_PER_SUBWARP* INPUT_PRIMARY_VEC_NUM_BYTES == group_size * sizeof(T)); \
|
||||
TORCH_CHECK(THREADS_PER_SUBWARP * INPUT_PRIMARY_VEC_NUM_BYTES == group_size * sizeof(T)); \
|
||||
\
|
||||
using dst_dtype_info = DtypeInfo<DST_DTYPE>; \
|
||||
CHECK_EQ(dst_dtype_info::MIN, min_8bit); \
|
||||
|
||||
Reference in New Issue
Block a user