Home
last modified time | relevance | path

Searched refs:getMaxGroupSize (Results 1 – 4 of 4) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/module/
H A Dmodule.h51 virtual uint32_t getMaxGroupSize() const = 0;
H A Dmodule_imp.h115 uint32_t getMaxGroupSize() const override { return maxGroupSize; } in getMaxGroupSize() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/mocks/
H A Dmock_module.h49 ADDMETHOD_CONST_NOBASE(getMaxGroupSize, uint32_t, 256, ());
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/kernel/
H A Dkernel_imp.cpp321 if (itemsInGroup > module->getMaxGroupSize()) { in setGroupSize()
388 auto maxWorkGroupSize = module->getMaxGroupSize(); in suggestGroupSize()