This commit is contained in:
ooaaooaa 2026-04-23 01:49:48 -05:00 committed by GitHub
commit d2c2d99683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -790,7 +790,7 @@ ggml_metal_device_t ggml_metal_device_init(void) {
dev->library = ggml_metal_library_init(dev);
if (!dev->library) {
GGML_LOG_ERROR("%s: error: failed to create library\n", __func__);
GGML_LOG_ERROR("%s: error: failed to create Metal library (Metal shader compilation failure)\n", __func__);
}
if (dev->props.use_residency_sets) {