mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 16:10:38 +08:00
test: simplify IsAtLeastGen12lp and IsAtMostGen12lp matchers
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
7ce0ef9e82
commit
7e218a5f70
@@ -15,10 +15,6 @@ using IsNotXeHpgCore = IsNotGfxCore<IGFX_XE_HPG_CORE>;
|
||||
using IsXe2HpgCore = IsGfxCore<IGFX_XE2_HPG_CORE>;
|
||||
using IsNotXe2HpgCore = IsNotGfxCore<IGFX_XE2_HPG_CORE>;
|
||||
|
||||
using IsAtMostGen12lp = IsAtMostGfxCore<IGFX_GEN12LP_CORE>;
|
||||
|
||||
using IsAtLeastGen12lp = IsAtLeastGfxCore<IGFX_GEN12LP_CORE>;
|
||||
|
||||
using IsWithinXeGfxFamily = IsWithinGfxCore<IGFX_XE_HP_CORE, IGFX_XE_HPC_CORE>;
|
||||
using IsNotWithinXeGfxFamily = IsNotAnyGfxCores<IGFX_XE_HP_CORE, IGFX_XE_HPG_CORE, IGFX_XE_HPC_CORE>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user