mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: zeDeviceGetGlobalTimestamp to use submisison
Related-To: GSD-10253, GSD-9467, GSD-9381, NEO-11908 When EnableGlobalTimestampViaSubmission is set then zeDeviceGetGlobalTimestamp uses immediate cmd submission method to get GPU time. Signed-off-by: Chandio, Bibrak Qamar <bibrak.qamar.chandio@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ad881e3f2e
commit
ab2e831a4a
@@ -14,7 +14,7 @@ class Drm;
|
||||
class DeviceTimeDrm : public DeviceTime {
|
||||
public:
|
||||
DeviceTimeDrm(OSInterface &osInterface);
|
||||
bool getGpuCpuTimeImpl(TimeStampData *pGpuCpuTime, OSTime *osTime) override;
|
||||
TimeQueryStatus getGpuCpuTimeImpl(TimeStampData *pGpuCpuTime, OSTime *osTime) override;
|
||||
double getDynamicDeviceTimerResolution() const override;
|
||||
uint64_t getDynamicDeviceTimerClock() const override;
|
||||
bool isTimestampsRefreshEnabled() const override;
|
||||
|
||||
Reference in New Issue
Block a user