mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
intel/tools: print out GRF size in intel_dev_info
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35160>
This commit is contained in:
parent
1f1f484570
commit
872ea727fb
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ print_base_devinfo(const struct intel_device_info *devinfo)
|
|||
devinfo->ver >= 20 ? 16 : devinfo->ver >= 12 ? 8 : 4);
|
||||
|
||||
fprintf(stdout, " EU threads: %u\n", n_eus * devinfo->num_thread_per_eu);
|
||||
fprintf(stdout, " GRF size: %u\n", devinfo->grf_size);
|
||||
|
||||
fprintf(stdout, " LLC: %u\n", devinfo->has_llc);
|
||||
fprintf(stdout, " threads per EU: %u\n", devinfo->num_thread_per_eu);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue