We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc9f50 commit c215b6fCopy full SHA for c215b6f
1 file changed
mlx/backend/metal/kernels/fp_quantized_nax.h
@@ -375,11 +375,11 @@ METAL_FUNC void fp_qmm_n_impl(
375
static_assert(BK % SIMD_SIZE == 0, "BK should be divisible by SIMD_SIZE");
376
377
(void)lid;
378
+ (void)M;
379
380
constexpr int pack_factor = get_pack_factor<8>();
381
constexpr int bytes_per_pack = get_bytes_per_pack();
382
- constexpr int BK_padded = (BK + 16 / sizeof(T));
383
constexpr int BN_padded = (BN + 16 / sizeof(T));
384
385
using loader_w_t = QuantizedBlockLoader<
0 commit comments