mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 10:26:29 +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
@@ -57,6 +57,8 @@ struct TimestampPacketTests : public TimestampPacketSimpleTests {
|
||||
};
|
||||
|
||||
void SetUp() override {
|
||||
DebugManager.flags.EnableTimestampPacket.set(1);
|
||||
|
||||
executionEnvironment = platform()->peekExecutionEnvironment();
|
||||
executionEnvironment->prepareRootDeviceEnvironments(2);
|
||||
for (auto i = 0u; i < executionEnvironment->rootDeviceEnvironments.size(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user