mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-05-17 22:51:11 +02:00
opencl: remove unnecessary assert for add
(llama/13257)
This commit is contained in:
parent
5d8b068249
commit
029c8837f8
@ -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…
Reference in New Issue
Block a user