We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a68a1e7 commit 77e15beCopy full SHA for 77e15be
ggml-metal.m
@@ -2800,9 +2800,9 @@ static enum ggml_status ggml_metal_graph_compute(
2800
case MTLCommandBufferErrorMemoryless:
2801
GGML_METAL_LOG_INFO("GPU ran out of one or more of its internal resources that support memoryless render pass attachments\n");
2802
break;
2803
- case MTLCommandBufferErrorDeviceRemoved:
2804
- GGML_METAL_LOG_INFO("device removed\n");
2805
- break;
+ //case MTLCommandBufferErrorDeviceRemoved:
+ // GGML_METAL_LOG_INFO("device removed\n");
+ // break;
2806
case MTLCommandBufferErrorStackOverflow:
2807
GGML_METAL_LOG_INFO("kernel function of tile shader used too many stack frames\n");
2808
0 commit comments