mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 06:23:01 +08:00
Don't allow copy or moving Sysman related objects.
Change-Id: I70dd97bffa1c4d08f05eb796c6d6a2eb66f06f4b Signed-off-by: Bill Jordan <bill.jordan@intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@ namespace L0 {
|
||||
|
||||
class SysfsAccess;
|
||||
class PlatformMonitoringTech;
|
||||
class LinuxPowerImp : public OsPower, public NEO::NonCopyableClass {
|
||||
class LinuxPowerImp : public OsPower, NEO::NonCopyableOrMovableClass {
|
||||
public:
|
||||
ze_result_t getEnergyCounter(uint64_t &energy) override;
|
||||
ze_result_t getEnergyThreshold(zet_energy_threshold_t *pThreshold) override;
|
||||
|
||||
Reference in New Issue
Block a user