intel: fixup number of threads per EU on XeHP

Computations for indexing in-memory data structures for ray queries
depend on this.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 4f9141607f ("intel: Add device info for DG2")
Acked-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15925>
This commit is contained in:
Lionel Landwerlin 2022-04-13 15:53:51 +03:00 committed by Marge Bot
parent 4ebb5391ac
commit 107acf5a4a

View file

@ -1053,6 +1053,7 @@ static const struct intel_device_info intel_device_info_sg1 = {
#define XEHP_FEATURES(_gt, _slices, _l3) \
GFX12_FEATURES(_gt, _slices, _l3), \
.num_thread_per_eu = 8 /* BSpec 44472 */, \
.verx10 = 125, \
.has_llc = false, \
.has_local_mem = true, \