intel/ir/xe2+: Add support for 32 SBID tokens to performance model.
Reviewed-by: Caio Oliveira <caio.oliveira@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27165>
This commit is contained in:
committed by
Marge Bot
parent
a9c057d5a3
commit
6efcba9e36
@@ -82,9 +82,9 @@ namespace {
|
||||
/* SBID token write completion. Only used on Gfx12+. */
|
||||
EU_DEPENDENCY_ID_SBID_WR0 = EU_DEPENDENCY_ID_FLAG0 + 8,
|
||||
/* SBID token read completion. Only used on Gfx12+. */
|
||||
EU_DEPENDENCY_ID_SBID_RD0 = EU_DEPENDENCY_ID_SBID_WR0 + 16,
|
||||
EU_DEPENDENCY_ID_SBID_RD0 = EU_DEPENDENCY_ID_SBID_WR0 + 32,
|
||||
/* Number of computation dependencies currently tracked. */
|
||||
EU_NUM_DEPENDENCY_IDS = EU_DEPENDENCY_ID_SBID_RD0 + 16
|
||||
EU_NUM_DEPENDENCY_IDS = EU_DEPENDENCY_ID_SBID_RD0 + 32
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user