mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 02:18:05 +08:00
fix: patch counter values with additional blit properties
Modified BlitCommandsHelper and CommandListHw to patch counter values when using additional blit properties and in order command list is enabled. Related-To: NEO-13003 Signed-off-by: Young Jin Yoon <young.jin.yoon@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
27ca91419f
commit
5221b5b00e
@@ -173,5 +173,6 @@ bool EncodeEnableRayTracing<Family>::is48bResourceNeededForRayTracing() {
|
||||
|
||||
namespace NEO {
|
||||
template void InOrderPatchCommandHelpers::PatchCmd<Family>::patchComputeWalker(uint64_t appendCounterValue);
|
||||
template void InOrderPatchCommandHelpers::PatchCmd<Family>::patchBlitterCommand(uint64_t appendCounterValue, InOrderPatchCommandHelpers::PatchCmdType patchCmdType);
|
||||
template struct EncodeDispatchKernelWithHeap<Family>;
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user