Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/command_queue/
H A Dgpgpu_walker_enabled_device_enqueue.inl51 scheduler.setLocalWorkSizeValues(static_cast<uint32_t>(scheduler.getLws()), 1, 1);
H A Dhardware_interface_base.inl231 …kernel.setLocalWorkSizeValues(static_cast<uint32_t>(lws.x), static_cast<uint32_t>(lws.y), static_c…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.h397 …void setLocalWorkSizeValues(uint32_t localWorkSizeX, uint32_t localWorkSizeY, uint32_t localWorkSi…
H A Dkernel.cpp2729 void Kernel::setLocalWorkSizeValues(uint32_t localWorkSizeX, uint32_t localWorkSizeY, uint32_t loca… in setLocalWorkSizeValues() function in NEO::Kernel
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_tests.cpp3341 kernel.setLocalWorkSizeValues(4, 5, 6); in TEST_F()
3379 kernel.setLocalWorkSizeValues(4, 5, 6); in TEST_F()
3407 kernel.setLocalWorkSizeValues(4, 5, 6); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/helpers/
H A Dhardware_commands_helper_tests.cpp1342 kernel.setLocalWorkSizeValues(4, 5, 6); in HWTEST_F()