Home
last modified time | relevance | path

Searched defs:maxNumEUsPerSubSlice (Results 1 – 5 of 5) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/
H A Dhw_info_config_xehp_and_later.inl28 …etMaxThreadsForWorkgroupInDSSOrSS(const HardwareInfo &hwInfo, uint32_t maxNumEUsPerSubSlice, uint3…
H A Dhw_info_config_bdw_and_later.inl29 …etMaxThreadsForWorkgroupInDSSOrSS(const HardwareInfo &hwInfo, uint32_t maxNumEUsPerSubSlice, uint3…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device/
H A Ddevice_info.h28 size_t maxNumEUsPerSubSlice; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_hw_info_config.cpp23 …etMaxThreadsForWorkgroupInDSSOrSS(const HardwareInfo &hwInfo, uint32_t maxNumEUsPerSubSlice, uint3… in getMaxThreadsForWorkgroupInDSSOrSS()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/LocalBuffers/
H A DInlineLocalsResolution.cpp313 unsigned int maxNumEUsPerSubSlice = platform.EuCountPerPoolMin; in collectInfoOnSharedLocalMem() local