Home
last modified time | relevance | path

Searched refs:MaxEuPerSubSlice (Results 26 – 50 of 90) sorted by relevance

1234

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/hw_helpers/
H A Dl0_hw_helper_tgllp_plus.inl13 const uint32_t numEuPerSubslice = std::min(hwInfo.gtSystemInfo.MaxEuPerSubSlice, 8u);
39 const uint32_t numEuPerSubslice = std::min(hwInfo.gtSystemInfo.MaxEuPerSubSlice, 8u);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gen12lp/
H A Dhw_info_tgllp.cpp148 gtSysInfo->MaxEuPerSubSlice = TGLLP::maxEuPerSubslice; in setupHardwareInfo()
187 gtSysInfo->MaxEuPerSubSlice = TGLLP::maxEuPerSubslice; in setupHardwareInfo()
H A Dhw_info_adlp.cpp139 gtSysInfo->MaxEuPerSubSlice = ADLP::maxEuPerSubslice; in setupHardwareInfo()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gen9/
H A Dhw_info_bxt.cpp154 gtSysInfo->MaxEuPerSubSlice = BXT::maxEuPerSubslice; in setupHardwareInfo()
185 gtSysInfo->MaxEuPerSubSlice = BXT::maxEuPerSubslice; in setupHardwareInfo()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/os_interface/linux/
H A Ddrm_query_tests.cpp93 hwInfo.gtSystemInfo.MaxEuPerSubSlice = 6; in HWTEST2_F()
99 EXPECT_EQ(6u, outHwInfo.gtSystemInfo.MaxEuPerSubSlice); in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gen11/
H A Dhw_helper_gen11.cpp19 return pHwInfo->gtSystemInfo.MaxSubSlicesSupported * pHwInfo->gtSystemInfo.MaxEuPerSubSlice * 8; in getComputeUnitsUsedForScratch()
H A Dhw_info_ehl.cpp145 gtSysInfo->MaxEuPerSubSlice = EHL::maxEuPerSubslice; in setupHardwareInfo()
H A Dhw_info_lkf.cpp145 gtSysInfo->MaxEuPerSubSlice = LKF::maxEuPerSubslice; in setupHardwareInfo()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hpc_core/
H A Dhw_info_pvc.cpp149 gtSysInfo->MaxEuPerSubSlice = PVC::maxEuPerSubslice; in setupHardwareInfoBase()
193 gtSysInfo->MaxEuPerSubSlice = gtSysInfo->EUCount / gtSysInfo->SubSliceCount; in setupHardwareInfoMultiTile()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A Dcompiler_caps.cpp80 outputString.append(stringFrom<unsigned int>(sysinfo->MaxEuPerSubSlice)); in CreateCompilerCapsString()
146 caps.KernelHwCaps.EUCountPerSubSlice = sysinfo.MaxEuPerSubSlice; in SetCompilerCaps()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/
H A Dmain.cpp303 euPerSubSlice = euPerSubSlice > 0 ? euPerSubSlice : gtSystemInfo.MaxEuPerSubSlice; in main()
309 gtSystemInfo.MaxEuPerSubSlice = std::max(gtSystemInfo.MaxEuPerSubSlice, euPerSubSlice); in main()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/
H A Dmain.cpp332 euPerSubSlice = euPerSubSlice > 0 ? euPerSubSlice : gtSystemInfo.MaxEuPerSubSlice; in main()
338 gtSystemInfo.MaxEuPerSubSlice = std::max(gtSystemInfo.MaxEuPerSubSlice, euPerSubSlice); in main()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_interface/impl/
H A Dgt_system_info_impl.cpp43 DEFINE_GET_SET(GTSystemInfo, 1, MaxEuPerSubSlice, uint32_t);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/Compiler/API/
H A Dusc.h59 unsigned int MaxEuPerSubSlice; member
211 uscAdpaterInfo.UscGTSystemInfo.MaxEuPerSubSlice = bigGTSystemInfo.MaxEuPerSubSlice; in InitializeUscAdapterInfo()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dlinux_system_info.h90 uint32_t MaxEuPerSubSlice; member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_scratch_space.cpp91 …uint32_t maxHWThreads = gtSystemInfo->MaxEuPerSubSlice * numHWThreadsPerEU * gtSystemInfo->MaxSubS… in Allocate()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dlinux_system_info.h90 uint32_t MaxEuPerSubSlice; member
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_scratch_space.cpp91 …uint32_t maxHWThreads = gtSystemInfo->MaxEuPerSubSlice * numHWThreadsPerEU * gtSystemInfo->MaxSubS… in Allocate()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/
H A Dmain.cpp353 euPerSubSlice = euPerSubSlice > 0 ? euPerSubSlice : gtSystemInfo.MaxEuPerSubSlice; in main()
359 gtSystemInfo.MaxEuPerSubSlice = std::max(gtSystemInfo.MaxEuPerSubSlice, euPerSubSlice); in main()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/
H A Dgtsysinfo.h181 uint32_t MaxEuPerSubSlice; // Max available EUs per sub-slice. member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_interface/
H A Dplatform_helper.h63 COPY_VAL_EXACT(MaxEuPerSubSlice); in PopulateInterfaceWith()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen9/
H A Dtest_device_caps_gen9.cpp66 … expectedValue = hwInfo.gtSystemInfo.MaxSubSlicesSupported * hwInfo.gtSystemInfo.MaxEuPerSubSlice * in GEN9TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gen11/
H A Dtest_device_caps_gen11.cpp46 …pectedValue = hwInfo.gtSystemInfo.MaxSubSlicesSupported * hwInfo.gtSystemInfo.MaxEuPerSubSlice * 8; in GEN11TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hp_core/
H A Dhw_info_xe_hp_sdv.cpp152 gtSysInfo->MaxEuPerSubSlice = gtSysInfo->EUCount / gtSysInfo->SubSliceCount; in setupHardwareInfoMultiTile()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/gen8/
H A Dtest_device_caps_gen8.cpp29 … expectedValue = hwInfo.gtSystemInfo.MaxSubSlicesSupported * hwInfo.gtSystemInfo.MaxEuPerSubSlice * in GEN8TEST_F()

1234