Revert "Optimize timestamp packet dependencies"

This reverts commit c365b422963917e7b882f9db985969c036f0fa3f.

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2021-12-23 11:25:50 +00:00
committed by Compute-Runtime-Automation
parent eb9746987e
commit 14e338e669
11 changed files with 39 additions and 529 deletions

View File

@@ -12,5 +12,6 @@ namespace EngineHelpers {
bool isBcsVirtualEngineEnabled() {
return false;
}
} // namespace EngineHelpers
} // namespace NEO

View File

@@ -54,6 +54,8 @@ class TagNodeBase : public NonCopyableOrMovableClass {
bool isProfilingCapable() const { return profilingCapable; }
const TagAllocatorBase *getAllocator() const { return allocator; }
// TagType specific calls
virtual void assignDataToAllTimestamps(uint32_t packetIndex, void *source) = 0;