Skip to content

Commit b2aaee3

Browse files
abhilash1910Aidan
authored andcommitted
rm extra line
1 parent 1b3c1fe commit b2aaee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml-sycl.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12724,8 +12724,8 @@ static void ggml_sycl_op_mul_mat(const ggml_tensor *src0,
1272412724
const int nb2 = dst->nb[2];
1272512725
const int nb3 = dst->nb[3];
1272612726

12727-
GGML_ASSERT(dst->backend != GGML_BACKEND_GPU_SPLIT);
12728-
GGML_ASSERT(src1->backend != GGML_BACKEND_GPU_SPLIT);
12727+
GGML_ASSERT(dst->backend != GGML_BACKEND_TYPE_GPU_SPLIT);
12728+
GGML_ASSERT(src1->backend != GGML_BACKEND_TYPE_GPU_SPLIT);
1272912729
GGML_ASSERT(src1->type == GGML_TYPE_F32 || (src1->ne[2] == 1 && src1->ne[3] == 1));
1273012730

1273112731
GGML_ASSERT(ne12 >= ne02 && ne12 % ne02 == 0);

0 commit comments

Comments
 (0)