mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
Remove not used isSimulation functions
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
17d87a4c69
commit
cfe51ff2ba
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user