mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-09 22:43:00 +08:00
Remove programCount from device
Change-Id: I4edfabadd73166a27db73a120fc1380de52a33a5
This commit is contained in:
committed by
sys_ocldev
parent
78f505f4f4
commit
8598168355
@@ -112,8 +112,6 @@ class Device : public BaseObject<_cl_device_id> {
|
||||
unique_ptr_if_unused<Device> release() override;
|
||||
OSTime *getOSTime() const { return osTime.get(); };
|
||||
double getProfilingTimerResolution();
|
||||
void increaseProgramCount() { programCount++; }
|
||||
uint64_t getProgramCount() { return programCount; }
|
||||
unsigned int getEnabledClVersion() const { return enabledClVersion; };
|
||||
unsigned int getSupportedClVersion() const;
|
||||
double getPlatformHostTimerResolution() const;
|
||||
@@ -162,7 +160,6 @@ class Device : public BaseObject<_cl_device_id> {
|
||||
std::unique_ptr<OSTime> osTime;
|
||||
std::unique_ptr<DriverInfo> driverInfo;
|
||||
std::unique_ptr<PerformanceCounters> performanceCounters;
|
||||
uint64_t programCount = 0u;
|
||||
|
||||
void *slmWindowStartAddress;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user