fn
quantized_matmul_op
int quantized_matmul_op(const int & x, const int & w, const int & scales, const int & biases, bool transpose, int group_size, int bits)x @ w where w is packed (from quantize_op). transpose matches MLX semantics (weight stored as (out, in) → transpose=true).