Fix warnings for the NAX build (#2921)
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user