We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113d803 commit f42c7bbCopy full SHA for f42c7bb
ggml/src/ggml-sycl/im2col.cpp
@@ -85,7 +85,7 @@ static void im2col_sycl(
85
void ggml_sycl_op_im2col(ggml_backend_sycl_context & ctx, ggml_tensor *dst) {
86
const ggml_tensor * src0 = dst->src[0];
87
const ggml_tensor * src1 = dst->src[1];
88
-
+
89
GGML_ASSERT(src0->type == GGML_TYPE_F16);
90
GGML_ASSERT(src1->type == GGML_TYPE_F32);
91
GGML_ASSERT(dst->type == GGML_TYPE_F16 || dst->type == GGML_TYPE_F32);
0 commit comments