Fix qmv_impl for small N (#3096)

This commit is contained in:
Manuel Candales
2026-02-05 17:33:36 -08:00
committed by GitHub
parent ceea571490
commit 90e38f7b93
4 changed files with 82 additions and 10 deletions
+1
View File
@@ -50,6 +50,7 @@ cuda_skip = {
"TestQuantized.test_fp_qvm",
"TestQuantized.test_qvm",
"TestQuantized.test_qvm_splitk",
"TestQuantized.test_qmv_small_non_multiples",
"TestQuantized.test_small_matrix",
"TestQuantized.test_throw",
"TestQuantized.test_vjp_scales_biases",