metal : print GPU description (llama/22318)
This commit is contained in:
parent
dfb8b68799
commit
07d6db39e5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue