Home
last modified time | relevance | path

Searched refs:numThreadsPerSubSlice (Results 1 – 6 of 6) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dkernel_info.cpp33 …Size, uint32_t slmTotalSize, const HardwareInfo *hwInfo, uint32_t numThreadsPerSubSlice, uint32_t … in WorkSizeInfo() argument
39 this->numThreadsPerSubSlice = numThreadsPerSubSlice; in WorkSizeInfo()
60 minWorkGroupSize = numThreadsPerSubSlice * simdSize / maxBarriersPerHSlice; in setMinWorkGroupSize()
H A Dkernel_info.h47 uint32_t numThreadsPerSubSlice; member
55 …Size, uint32_t slmTotalSize, const HardwareInfo *hwInfo, uint32_t numThreadsPerSubSlice, uint32_t …
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/command_queue/
H A Dcl_local_work_size.cpp103 …auto numThreadsPerSubSlice = static_cast<uint32_t>(device.getSharedDeviceInfo().maxNumEUsPerSubSli… in createWorkSizeInfoFromDispatchInfo() local
110 numThreadsPerSubSlice, in createWorkSizeInfoFromDispatchInfo()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dlocal_work_size.cpp94 …uint32_t targetIndex = (canUseNx4 || workGroupInfo.numThreadsPerSubSlice < highThreadCountThreshol… in computePowerOfTwoLWS()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/kernel/
H A Dkernel_imp.cpp399 …uint32_t numThreadsPerSubSlice = (uint32_t)deviceInfo.maxNumEUsPerSubSlice * deviceInfo.numThreads… in suggestGroupSize() local
403 hwInfo, numThreadsPerSubSlice, localMemSize, in suggestGroupSize()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Dlocal_work_size_tests.cpp717 EXPECT_EQ(workSizeInfo.numThreadsPerSubSlice, threadsPerEu * euPerSubSlice); in TEST()