mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-24 14:58:43 +01:00
metal : remove deprecated error code (llama/7008)
This commit is contained in:
parent
6c39ea46b6
commit
1bce67999d
@ -2815,9 +2815,9 @@ static enum ggml_status ggml_metal_graph_compute(
|
||||
case MTLCommandBufferErrorMemoryless:
|
||||
GGML_METAL_LOG_INFO("GPU ran out of one or more of its internal resources that support memoryless render pass attachments\n");
|
||||
break;
|
||||
case MTLCommandBufferErrorDeviceRemoved:
|
||||
GGML_METAL_LOG_INFO("device removed\n");
|
||||
break;
|
||||
//case MTLCommandBufferErrorDeviceRemoved:
|
||||
// GGML_METAL_LOG_INFO("device removed\n");
|
||||
// break;
|
||||
case MTLCommandBufferErrorStackOverflow:
|
||||
GGML_METAL_LOG_INFO("kernel function of tile shader used too many stack frames\n");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user