mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Rename HwInfoConfig to ProductHelper
Related-To: NEO-6853 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a1cf7fb938
commit
232b886056
@@ -31,13 +31,10 @@ class OSInterface;
|
||||
class OSTime;
|
||||
class SipKernel;
|
||||
class SWTagsManager;
|
||||
class HwInfoConfig;
|
||||
class ProductHelper;
|
||||
class GfxCoreHelper;
|
||||
struct HardwareInfo;
|
||||
|
||||
using GfxCoreHelper = GfxCoreHelper;
|
||||
using ProductHelper = HwInfoConfig;
|
||||
|
||||
struct RootDeviceEnvironment {
|
||||
protected:
|
||||
std::unique_ptr<HardwareInfo> hwInfo;
|
||||
@@ -68,7 +65,7 @@ struct RootDeviceEnvironment {
|
||||
void createBindlessHeapsHelper(MemoryManager *memoryManager, bool availableDevices, uint32_t rootDeviceIndex, DeviceBitfield deviceBitfield);
|
||||
void limitNumberOfCcs(uint32_t numberOfCcs);
|
||||
bool isNumberOfCcsLimited() const;
|
||||
const HwInfoConfig &getHwInfoConfig() const;
|
||||
const ProductHelper &getProductHelper() const;
|
||||
|
||||
template <typename HelperType>
|
||||
HelperType &getHelper() const;
|
||||
|
||||
Reference in New Issue
Block a user