mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 17:10:26 +01:00
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:
parent
4ebb5391ac
commit
107acf5a4a
1 changed files with 1 additions and 0 deletions
|
|
@ -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, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue