mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
refactor: change compute walker to defaultWalkerType
Related-To: NEO-10641 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
add1ff4902
commit
626b3846b0
@@ -932,7 +932,7 @@ size_t EncodeStates<Family>::getSshHeapSize() {
|
||||
|
||||
template <typename Family>
|
||||
void InOrderPatchCommandHelpers::PatchCmd<Family>::patchComputeWalker(uint64_t appendCounterValue) {
|
||||
auto walkerCmd = reinterpret_cast<typename Family::COMPUTE_WALKER *>(cmd1);
|
||||
auto walkerCmd = reinterpret_cast<typename Family::DefaultWalkerType *>(cmd1);
|
||||
auto &postSync = walkerCmd->getPostSync();
|
||||
postSync.setImmediateData(baseCounterValue + appendCounterValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user