mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Revert "Optimize timestamp packet dependencies"
This reverts commit c365b422963917e7b882f9db985969c036f0fa3f. Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
eb9746987e
commit
14e338e669
@@ -12,5 +12,6 @@ namespace EngineHelpers {
|
||||
bool isBcsVirtualEngineEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace EngineHelpers
|
||||
} // namespace NEO
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user