mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Compile kernels per platform type (core/lp)
compiled kernels are in (binary dir)/(family name with type) folder Change-Id: Ied1827ab7f4ecc5c1de4c3535b1c0ba3b5cd86ee
This commit is contained in:

committed by
sys_ocldev

parent
34ff5852eb
commit
abbc0a5471
@ -73,7 +73,8 @@ const RuntimeCapabilityTable BDW::capabilityTable{
|
||||
{true, 50000, true, 5000, true, 200000}, // KmdNotifyProperties
|
||||
false, // ftr64KBpages
|
||||
EngineType::ENGINE_RCS, // defaultEngineType
|
||||
MemoryConstants::pageSize //requiredPreemptionSurfaceSize
|
||||
MemoryConstants::pageSize, //requiredPreemptionSurfaceSize
|
||||
true // isBigCore
|
||||
};
|
||||
|
||||
const HardwareInfo BDW_1x2x6::hwInfo = {
|
||||
|
Reference in New Issue
Block a user