metal : print GPU description (#22318)

This commit is contained in:
Georgi Gerganov
2026-04-24 13:56:03 +03:00
committed by GitHub
parent dc80c5252a
commit 15fa3c493b
+1 -1
View File
@@ -814,7 +814,7 @@ ggml_metal_device_t ggml_metal_device_init(int device) {
}
// print MTL GPU family:
GGML_LOG_INFO("%s: GPU name: %s\n", __func__, dev->props.name);
GGML_LOG_INFO("%s: GPU name: %s (%s)\n", __func__, dev->props.name, dev->props.desc);
// determine max supported GPU family
// https://developer.apple.com/metal/Metal-Shading-Language-Specification.pdf