Skip to content

Commit b828f4a

Browse files
authored
remove prints for CI
1 parent 524acb4 commit b828f4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ggml/src/ggml-sycl/ggml-sycl.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,7 +1797,6 @@ static void pool2d_nchw_kernel(
17971797
default:
17981798
res = NAN;
17991799
op_valid = false;
1800-
sycl::intel::experimental::printf("An unsupported op is passed as argument.\n");
18011800
break;
18021801
}
18031802

@@ -1819,7 +1818,6 @@ static void pool2d_nchw_kernel(
18191818
case GGML_OP_POOL_MAX: res = sycl::max(res, (To)cur); break;
18201819
default:
18211820
op_valid = false;
1822-
sycl::intel::experimental::printf("An unsupported op is passed as argument.\n");
18231821
break;
18241822
}
18251823
}

0 commit comments

Comments
 (0)