Skip to content

Commit 509c74c

Browse files
committed
rm debug code
1 parent 0688326 commit 509c74c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5391,7 +5391,6 @@ static bool ggml_backend_sycl_device_supports_op(ggml_backend_dev_t dev, const g
53915391
int device = sycl_ctx->device;
53925392
switch (op->op) {
53935393
case GGML_OP_CONV_TRANSPOSE_1D:
5394-
return true;
53955394
{
53965395
ggml_type src0_type = op->src[0]->type;
53975396
ggml_type src1_type = op->src[1]->type;

0 commit comments

Comments
 (0)