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:
foreman
2017-10-11 15:44:54 -04:00
parent bf1ff9f160
commit d9a5ce031c
5 changed files with 763 additions and 7 deletions
+2
View File
@@ -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; }