Skip to content

Commit aadd688

Browse files
committed
remove comment
ggml-ci
1 parent 05bc178 commit aadd688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3853,7 +3853,7 @@ static bool ggml_backend_sycl_device_supports_op(ggml_backend_dev_t dev, const g
38533853
case GGML_UNARY_OP_GELU_QUICK:
38543854
case GGML_UNARY_OP_TANH:
38553855
case GGML_UNARY_OP_EXP:
3856-
return ggml_is_contiguous(op->src[0]); // && (op->src[0]->type == GGML_TYPE_F32);
3856+
return ggml_is_contiguous(op->src[0]);
38573857
default:
38583858
return false;
38593859
}

0 commit comments

Comments
 (0)