mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-29 08:41:22 +00:00 
			
		
		
		
	metal : remove deprecated error code (#7008)
This commit is contained in:
		| @@ -2800,9 +2800,9 @@ static enum ggml_status ggml_metal_graph_compute( | |||||||
|                     case MTLCommandBufferErrorMemoryless: |                     case MTLCommandBufferErrorMemoryless: | ||||||
|                         GGML_METAL_LOG_INFO("GPU ran out of one or more of its internal resources that support memoryless render pass attachments\n"); |                         GGML_METAL_LOG_INFO("GPU ran out of one or more of its internal resources that support memoryless render pass attachments\n"); | ||||||
|                         break; |                         break; | ||||||
|                     case MTLCommandBufferErrorDeviceRemoved: |                   //case MTLCommandBufferErrorDeviceRemoved: | ||||||
|                         GGML_METAL_LOG_INFO("device removed\n"); |                   //    GGML_METAL_LOG_INFO("device removed\n"); | ||||||
|                         break; |                   //    break; | ||||||
|                     case MTLCommandBufferErrorStackOverflow: |                     case MTLCommandBufferErrorStackOverflow: | ||||||
|                         GGML_METAL_LOG_INFO("kernel function of tile shader used too many stack frames\n"); |                         GGML_METAL_LOG_INFO("kernel function of tile shader used too many stack frames\n"); | ||||||
|                         break; |                         break; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov