Revert "performance: Reuse GPU timestamp instead of KMD escape"

This reverts commit 9ca2091725.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2024-04-18 09:46:41 +02:00
committed by Compute-Runtime-Automation
parent e0a580fce7
commit da9df9f0e7
10 changed files with 8 additions and 184 deletions

View File

@@ -124,7 +124,6 @@ void RootDeviceEnvironment::initGmm() {
void RootDeviceEnvironment::initOsTime() {
if (!osTime) {
osTime = OSTime::create(osInterface.get());
osTime->setDeviceTimerResolution(*hwInfo);
}
}