Fix warnings for the NAX build (#2921)

This commit is contained in:
Angelos Katharopoulos
2025-12-17 15:58:59 -08:00
committed by GitHub
parent 3cc9f506bd
commit c215b6f88c
+1 -1
View File
@@ -375,11 +375,11 @@ METAL_FUNC void fp_qmm_n_impl(
static_assert(BK % SIMD_SIZE == 0, "BK should be divisible by SIMD_SIZE");
(void)lid;
(void)M;
constexpr int pack_factor = get_pack_factor<8>();
constexpr int bytes_per_pack = get_bytes_per_pack();
constexpr int BK_padded = (BK + 16 / sizeof(T));
constexpr int BN_padded = (BN + 16 / sizeof(T));
using loader_w_t = QuantizedBlockLoader<