mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
refactor: add new alias type for walker type
Related-To: NEO-10492 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4f77a581b9
commit
2b734880e0
@@ -84,6 +84,7 @@ struct XeHpcCoreFamily : public XeHpcCore {
|
||||
using Parse = CmdParse<XeHpcCoreFamily>;
|
||||
using GfxFamily = XeHpcCoreFamily;
|
||||
using DefaultWalkerType = COMPUTE_WALKER;
|
||||
using PorWalkerType = COMPUTE_WALKER;
|
||||
using FrontEndStateCommand = CFE_STATE;
|
||||
using XY_BLOCK_COPY_BLT = typename GfxFamily::XY_BLOCK_COPY_BLT;
|
||||
using XY_COPY_BLT = typename GfxFamily::MEM_COPY;
|
||||
|
||||
Reference in New Issue
Block a user