mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	opencl: remove unnecessary assert for add (#13257)
				
					
				
			This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 lhez
					lhez