mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Rename DeviceHelper to ClDeviceHelper
Related-To: NEO-3938 Change-Id: I6c518c25d9868d7a94a20d3a1fcaf9a3631ebc0b Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "runtime/device/cl_device_vector.h"
|
||||
#include "runtime/device/device.h"
|
||||
#include "runtime/device/device_info_map.h"
|
||||
#include "runtime/helpers/device_helpers.h"
|
||||
#include "runtime/helpers/cl_device_helpers.h"
|
||||
#include "runtime/platform/platform.h"
|
||||
|
||||
using DeviceInfoTable::Map;
|
||||
@@ -193,7 +193,7 @@ cl_int ClDevice::getDeviceInfo(cl_device_info paramName,
|
||||
if (device.getDeviceInfo().imageSupport && getDeviceInfoForImage(paramName, src, srcSize, retSize)) {
|
||||
break;
|
||||
}
|
||||
DeviceHelper::getExtraDeviceInfo(*this, paramName, param, src, srcSize, retSize);
|
||||
ClDeviceHelper::getExtraDeviceInfo(*this, paramName, param, src, srcSize, retSize);
|
||||
}
|
||||
|
||||
retVal = ::getInfo(paramValue, paramValueSize, src, srcSize);
|
||||
|
||||
Reference in New Issue
Block a user