Home
last modified time | relevance | path

Searched refs:kernelSubdeviceTimestamps (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp1143 submissionData.kernelSubdeviceTimestamps = std::make_unique<TimestampPacketContainer>(); in performKernelTuning()
1161 submissionData.kernelSubdeviceTimestamps.reset(); in performKernelTuning()
1170 … submissionData.kernelSubdeviceTimestamps->assignAndIncrementNodesRefCounts(*timestampContainer); in performKernelTuning()
1178 !this->hasRunFinished(submissionData.kernelSubdeviceTimestamps.get())) { in hasTunningFinished()
1188 …Event::getBoundaryTimestampValues(submissionData.kernelSubdeviceTimestamps.get(), globalStartTS, g… in hasTunningFinished()
H A Dkernel.h617 std::unique_ptr<TimestampPacketContainer> kernelSubdeviceTimestamps; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_tests.cpp2006 EXPECT_NE(result->second.kernelSubdeviceTimestamps.get(), nullptr); in HWTEST_F()
2022 EXPECT_EQ(result->second.kernelSubdeviceTimestamps.get(), nullptr); in HWTEST_F()