P4 to Git Change 1468787 by wchau@wchau_OCL_boltzmann on 2017/10/11 15:37:08
SWDEV-116372 - Implement OpenCL profile extension for ROCr using AQL-PM4 library Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccounters.cpp#1 add ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/roccounters.hpp#1 add ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.cpp#44 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/rocm/rocvirtual.hpp#14 edit ... //depot/stg/opencl/drivers/opencl/runtime/platform/perfctr.hpp#6 edit
This commit is contained in:
@@ -42,6 +42,8 @@ class PerfCounter : public RuntimeObject {
|
||||
//! Get the device performance counter
|
||||
const device::PerfCounter* getDeviceCounter() const { return deviceCounter_; }
|
||||
|
||||
device::PerfCounter* getDeviceCounter() { return deviceCounter_; }
|
||||
|
||||
//! Set the device performance counter
|
||||
void setDeviceCounter(device::PerfCounter* counter) { deviceCounter_ = counter; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user