metal : print GPU description (llama/22318)

This commit is contained in:
Georgi Gerganov
2026-04-30 11:29:18 +03:00
parent dfb8b68799
commit 07d6db39e5
+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