mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 07:00:17 +08:00
Rename getEnginesCount() -> getGpgpuEnginesCount()
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
84653008b9
commit
9372360efd
@@ -70,7 +70,7 @@ uint32_t HwHelper::getSubDevicesCount(const HardwareInfo *pHwInfo) {
|
||||
}
|
||||
}
|
||||
|
||||
uint32_t HwHelper::getEnginesCount(const HardwareInfo &hwInfo) {
|
||||
uint32_t HwHelper::getGpgpuEnginesCount(const HardwareInfo &hwInfo) {
|
||||
uint32_t enginesCount = 0;
|
||||
|
||||
if (hwInfo.featureTable.ftrCCSNode) {
|
||||
|
||||
@@ -154,7 +154,7 @@ class HwHelper {
|
||||
virtual void applyRenderCompressionFlag(Gmm &gmm, uint32_t isRenderCompressed) const = 0;
|
||||
|
||||
static uint32_t getSubDevicesCount(const HardwareInfo *pHwInfo);
|
||||
static uint32_t getEnginesCount(const HardwareInfo &hwInfo);
|
||||
static uint32_t getGpgpuEnginesCount(const HardwareInfo &hwInfo);
|
||||
static uint32_t getCopyEnginesCount(const HardwareInfo &hwInfo);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user