Skip to content

Commit bd3104c

Browse files
committed
tests : restore [no ci]
1 parent 9feb625 commit bd3104c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test-backend-ops.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6717,7 +6717,8 @@ static std::vector<std::unique_ptr<test_case>> make_test_cases_eval() {
67176717
if (hsk > 64 && nr3 > 1) continue; // skip broadcast for large head sizes
67186718
for (int nr2 : { 1, 4, 16 }) {
67196719
if (nr2 == 16 && hsk != 128) continue;
6720-
for (int kv : { 512, 1024, }) {
6720+
//for (int kv : { 1, 17, 31, 33, 61, 113, 65, 127, 129, 130, 255, 260, 371, 380, 407, 512, 1024, }) {
6721+
for (int kv : { 113, 512, 1024, }) {
67216722
if (nr2 != 1 && kv != 512) continue;
67226723
for (int nb : { 1, 3, 32, 35, }) {
67236724
for (ggml_prec prec : {GGML_PREC_F32, GGML_PREC_DEFAULT}) {

0 commit comments

Comments
 (0)