mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	vulkan: mark IM2COL as supporting non-contig (#13783)
This commit is contained in:
		| @@ -6452,6 +6452,7 @@ static bool ggml_vk_op_supports_incontiguous(ggml_op op) { | ||||
|     case GGML_OP_ROPE: | ||||
|     case GGML_OP_RMS_NORM: | ||||
|     case GGML_OP_CONV_2D_DW: | ||||
|     case GGML_OP_IM2COL: | ||||
|         return true; | ||||
|     default: | ||||
|         return false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeff Bolz
					Jeff Bolz