mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	SYCL: remove extra space
This commit is contained in:
		@@ -287,7 +287,7 @@ static void
 | 
			
		||||
ggml_backend_sycl_buffer_init_tensor(ggml_backend_buffer_t buffer,
 | 
			
		||||
                                     ggml_tensor *tensor) try {
 | 
			
		||||
    ggml_backend_sycl_buffer_context * ctx = (ggml_backend_sycl_buffer_context *)buffer->context;
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    if (tensor->view_src != NULL) {
 | 
			
		||||
        assert(tensor->view_src->buffer->buft == buffer->buft);
 | 
			
		||||
        return;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user