1212#include " shared/source/command_stream/preemption.h"
1313#include " shared/source/helpers/register_offsets.h"
1414#include " shared/source/helpers/timestamp_packet.h"
15- #include " shared/source/helpers/vec.h"
1615#include " shared/source/indirect_heap/indirect_heap.h"
1716#include " shared/source/utilities/hw_timestamps.h"
1817#include " shared/source/utilities/perf_counter.h"
1918#include " shared/source/utilities/tag_allocator.h"
2019
20+ #include " opencl/source/command_queue/cl_local_work_size.h"
2121#include " opencl/source/command_queue/command_queue.h"
2222#include " opencl/source/context/context.h"
2323#include " opencl/source/device_queue/device_queue_hw.h"
@@ -35,19 +35,6 @@ using WALKER_TYPE = typename GfxFamily::WALKER_TYPE;
3535template <typename GfxFamily>
3636using MI_STORE_REG_MEM = typename GfxFamily::MI_STORE_REGISTER_MEM_CMD;
3737
38- Vec3<size_t > computeWorkgroupSize (
39- const DispatchInfo &dispatchInfo);
40-
41- Vec3<size_t > generateWorkgroupSize (
42- const DispatchInfo &dispatchInfo);
43-
44- Vec3<size_t > generateWorkgroupsNumber (
45- const DispatchInfo &dispatchInfo);
46-
47- void provideLocalWorkGroupSizeHints (Context *context, DispatchInfo dispatchInfo);
48-
49- WorkSizeInfo createWorkSizeInfoFromDispatchInfo (const DispatchInfo &dispatchInfo);
50-
5138template <typename GfxFamily>
5239class GpgpuWalkerHelper {
5340 public:
0 commit comments