mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	vulkan : Remove unexpected ; (ggml/1253)
This commit is contained in:
		 Kai Pastor
					Kai Pastor
				
			
				
					committed by
					
						 Georgi Gerganov
						Georgi Gerganov
					
				
			
			
				
	
			
			
			 Georgi Gerganov
						Georgi Gerganov
					
				
			
						parent
						
							d337252acf
						
					
				
				
					commit
					108009f5c7
				
			| @@ -1652,7 +1652,7 @@ static std::array<uint32_t, 2> fa_rows_cols(FaCodePath path, uint32_t D, uint32_ | |||||||
|         return {64, 32}; |         return {64, 32}; | ||||||
|     } |     } | ||||||
|     return {64, 64}; |     return {64, 64}; | ||||||
| }; | } | ||||||
|  |  | ||||||
| static bool ggml_vk_matmul_shmem_support(const vk_device& device, const std::vector<uint32_t>& warptile, bool mul_mat_id, ggml_type src0_type) { | static bool ggml_vk_matmul_shmem_support(const vk_device& device, const std::vector<uint32_t>& warptile, bool mul_mat_id, ggml_type src0_type) { | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user