Home
last modified time | relevance | path

Searched refs:getNumThreadsPerThreadGroup (Results 1 – 5 of 5) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/kernel/
H A Ddispatch_kernel_encoder_interface.h35 virtual uint32_t getNumThreadsPerThreadGroup() const = 0;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_dispatch_kernel_encoder_interface.h52 uint32_t getNumThreadsPerThreadGroup() const override { in getNumThreadsPerThreadGroup() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/kernel/
H A Dkernel_imp.h80 uint32_t getNumThreadsPerThreadGroup() const override { return numThreadsPerThreadGroup; } in getNumThreadsPerThreadGroup() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_container/
H A Dcommand_encoder_bdw_and_later.inl73 auto numThreadsPerThreadGroup = dispatchInterface->getNumThreadsPerThreadGroup();
211 dispatchInterface->getNumThreadsPerThreadGroup(),
H A Dcommand_encoder_xehp_and_later.inl94 auto threadsPerThreadGroup = dispatchInterface->getNumThreadsPerThreadGroup();
231 dispatchInterface->getNumThreadsPerThreadGroup(),