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:
Maciej Dziuban
2020-09-29 15:39:50 +02:00
committed by sys_ocldev
parent 9f9bf38d64
commit 51dcccad76
4 changed files with 21 additions and 1 deletions

View File

@@ -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,