mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
fix: add mechanism to detect gpu timestamp overflows
unify naming CpuGpu to GpuCpu Related-To: NEO-8394 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
26666d8c6f
commit
4dfa12c8eb
@@ -17,6 +17,7 @@
|
||||
namespace NEO {
|
||||
struct PhysicalDevicePciBusInfo;
|
||||
struct PhysicalDevicePciSpeedInfo;
|
||||
struct HardwareInfo;
|
||||
enum class DriverModelType;
|
||||
class ExecutionEnvironment;
|
||||
class MemoryManager;
|
||||
@@ -95,6 +96,8 @@ class DriverModel : public NonCopyableClass {
|
||||
virtual void cleanup() {}
|
||||
|
||||
virtual bool isGpuHangDetected(OsContext &osContext) = 0;
|
||||
virtual const HardwareInfo *getHardwareInfo() const = 0;
|
||||
|
||||
const TopologyMap &getTopologyMap() {
|
||||
return topologyMap;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user