Remove not used isSimulation functions

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-09-19 15:09:07 +02:00
committed by Compute-Runtime-Automation
parent 17d87a4c69
commit cfe51ff2ba
35 changed files with 15 additions and 474 deletions

View File

@@ -15,10 +15,6 @@ namespace NEO {
const char *HwMapper<IGFX_GEMINILAKE>::abbreviation = "glk";
bool isSimulationGLK(unsigned short deviceId) {
return false;
};
const PLATFORM GLK::platform = {
IGFX_GEMINILAKE,
PCH_UNKNOWN,
@@ -39,7 +35,6 @@ const RuntimeCapabilityTable GLK::capabilityTable{
0, // sharedSystemMemCapabilities
52.083, // defaultProfilingTimerResolution
MemoryConstants::pageSize, // requiredPreemptionSurfaceSize
&isSimulationGLK, // isSimulation
"lp", // platformType
"", // deviceName
PreemptionMode::MidThread, // defaultPreemptionMode