Add method to adjust TimestampPacket

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2020-11-24 16:16:55 +00:00
committed by Compute-Runtime-Automation
parent c5fb745260
commit ae3ad3e8bc
3 changed files with 7 additions and 0 deletions

View File

@@ -198,6 +198,8 @@ void GpgpuWalkerHelper<GfxFamily>::setupTimestampPacket(
0,
*rootDeviceEnvironment.getHardwareInfo(),
args);
EncodeDispatchKernel<GfxFamily>::adjustTimestampPacket(*walkerCmd, *rootDeviceEnvironment.getHardwareInfo());
}
}