mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Create timestamp packet container for events if command queue created it
Related-To: NEO-5120 Change-Id: I00505647343da1876b25290b95a2009b5e4041d6 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
9f9bf38d64
commit
51dcccad76
@@ -282,6 +282,10 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
return throttle;
|
||||
}
|
||||
|
||||
const TimestampPacketContainer *getTimestampPacketContainer() const {
|
||||
return timestampPacketContainer.get();
|
||||
}
|
||||
|
||||
const std::vector<uint64_t> &getPropertiesVector() const { return propertiesVector; }
|
||||
|
||||
void enqueueBlockedMapUnmapOperation(const cl_event *eventWaitList,
|
||||
|
||||
Reference in New Issue
Block a user