@@ -36,53 +36,53 @@ const PLATFORM XE_HP_SDV::platform = {
3636const RuntimeCapabilityTable XE_HP_SDV::capabilityTable{
3737 EngineDirectSubmissionInitVec{
3838 {aub_stream::ENGINE_CCS, {true , true , false , true }},
39- {aub_stream::ENGINE_CCS1, {true , false , false , true }},
40- {aub_stream::ENGINE_CCS2, {true , false , false , true }},
41- {aub_stream::ENGINE_CCS3, {true , false , false , true }}}, // directSubmissionEngines
42- {0 , 0 , 0 , false , false , false }, // kmdNotifyProperties
43- MemoryConstants::max48BitAddress, // gpuAddressSpace
44- 83.333 , // defaultProfilingTimerResolution
45- MemoryConstants::pageSize, // requiredPreemptionSurfaceSize
46- &isSimulationXEHP, // isSimulation
47- PreemptionMode::ThreadGroup, // defaultPreemptionMode
48- aub_stream::ENGINE_CCS, // defaultEngineType
49- 0 , // maxRenderFrequency
50- 30 , // clVersionSupport
51- CmdServicesMemTraceVersion::DeviceValues::XeHP_SDV, // aubDeviceId
52- 0 , // extraQuantityThreadsPerEU
53- 64 , // slmSize
54- sizeof (XE_HP_SDV::GRF), // grfSize
55- 36u , // timestampValidBits
56- 32u , // kernelTimestampValidBits
57- false , // blitterOperationsSupported
58- true , // ftrSupportsInteger64BitAtomics
59- true , // ftrSupportsFP64
60- true , // ftrSupports64BitMath
61- true , // ftrSvm
62- false , // ftrSupportsCoherency
63- false , // ftrSupportsVmeAvcTextureSampler
64- false , // ftrSupportsVmeAvcPreemption
65- false , // ftrRenderCompressedBuffers
66- false , // ftrRenderCompressedImages
67- true , // ftr64KBpages
68- true , // instrumentationEnabled
69- true , // forceStatelessCompilationFor32Bit
70- " core" , // platformType
71- " " , // deviceName
72- true , // sourceLevelDebuggerSupported
73- false , // supportsVme
74- true , // supportCacheFlushAfterWalker
75- true , // supportsImages
76- false , // supportsDeviceEnqueue
77- false , // supportsPipes
78- true , // supportsOcl21Features
79- false , // supportsOnDemandPageFaults
80- false , // supportsIndependentForwardProgress
81- false , // hostPtrTrackingEnabled
82- true , // levelZeroSupported
83- false , // isIntegratedDevice
84- true , // supportsMediaBlock
85- true // fusedEuEnabled
39+ {aub_stream::ENGINE_CCS1, {true , false , true , true }},
40+ {aub_stream::ENGINE_CCS2, {true , false , true , true }},
41+ {aub_stream::ENGINE_CCS3, {true , false , true , true }}}, // directSubmissionEngines
42+ {0 , 0 , 0 , false , false , false }, // kmdNotifyProperties
43+ MemoryConstants::max48BitAddress, // gpuAddressSpace
44+ 83.333 , // defaultProfilingTimerResolution
45+ MemoryConstants::pageSize, // requiredPreemptionSurfaceSize
46+ &isSimulationXEHP, // isSimulation
47+ PreemptionMode::ThreadGroup, // defaultPreemptionMode
48+ aub_stream::ENGINE_CCS, // defaultEngineType
49+ 0 , // maxRenderFrequency
50+ 30 , // clVersionSupport
51+ CmdServicesMemTraceVersion::DeviceValues::XeHP_SDV, // aubDeviceId
52+ 0 , // extraQuantityThreadsPerEU
53+ 64 , // slmSize
54+ sizeof (XE_HP_SDV::GRF), // grfSize
55+ 36u , // timestampValidBits
56+ 32u , // kernelTimestampValidBits
57+ false , // blitterOperationsSupported
58+ true , // ftrSupportsInteger64BitAtomics
59+ true , // ftrSupportsFP64
60+ true , // ftrSupports64BitMath
61+ true , // ftrSvm
62+ false , // ftrSupportsCoherency
63+ false , // ftrSupportsVmeAvcTextureSampler
64+ false , // ftrSupportsVmeAvcPreemption
65+ false , // ftrRenderCompressedBuffers
66+ false , // ftrRenderCompressedImages
67+ true , // ftr64KBpages
68+ true , // instrumentationEnabled
69+ true , // forceStatelessCompilationFor32Bit
70+ " core" , // platformType
71+ " " , // deviceName
72+ true , // sourceLevelDebuggerSupported
73+ false , // supportsVme
74+ true , // supportCacheFlushAfterWalker
75+ true , // supportsImages
76+ false , // supportsDeviceEnqueue
77+ false , // supportsPipes
78+ true , // supportsOcl21Features
79+ false , // supportsOnDemandPageFaults
80+ false , // supportsIndependentForwardProgress
81+ false , // hostPtrTrackingEnabled
82+ true , // levelZeroSupported
83+ false , // isIntegratedDevice
84+ true , // supportsMediaBlock
85+ true // fusedEuEnabled
8686};
8787
8888WorkaroundTable XE_HP_SDV::workaroundTable = {};
0 commit comments