opencl: remove unnecessary assert for add
(#13257)
This commit is contained in:
parent
de4c07f937
commit
f0d46ef157
1 changed files with 0 additions and 2 deletions
|
@ -4855,8 +4855,6 @@ bool ggml_cl_compute_forward(ggml_backend_t backend, struct ggml_tensor * tensor
|
|||
if (!any_on_device) {
|
||||
return false;
|
||||
}
|
||||
GGML_ASSERT(ggml_is_contiguous(src0));
|
||||
GGML_ASSERT(ggml_is_contiguous(src1));
|
||||
func = ggml_cl_add;
|
||||
break;
|
||||
case GGML_OP_MUL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue