Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ggml/src/ggml-cpu/arch/arm/repack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ void ggml_gemv_q4_K_8x4_q8_K(int n, float * GGML_RESTRICT s, size_t bs, const vo
constexpr int blocklen = 8;

assert(n % qk == 0);
assert(nr % 4 == 0);
assert(nc % ncols_interleaved == 0);

UNUSED(nb);
Expand Down Expand Up @@ -645,7 +644,6 @@ void ggml_gemv_q4_K_8x8_q8_K(int n,
constexpr int blocklen = 8;

assert(n % qk == 0);
assert(nr % 4 == 0);
assert(nc % ncols_interleaved == 0);

UNUSED(nb);
Expand Down
Loading