1/*
2 * Copyright (C) 2021 Intel Corporation
3 *
4 * SPDX-License-Identifier: MIT
5 *
6 */
7
8#include "opencl/source/command_queue/gpgpu_walker.h"
9
10namespace NEO {
11template <typename GfxFamily>
12void GpgpuWalkerHelper<GfxFamily>::dispatchScheduler(
13    LinearStream &commandStream,
14    DeviceQueueHw<GfxFamily> &devQueueHw,
15    PreemptionMode preemptionMode,
16    SchedulerKernel &scheduler,
17    IndirectHeap *ssh,
18    IndirectHeap *dsh,
19    bool isCcsUsed) {
20    UNRECOVERABLE_IF(true);
21}
22} // namespace NEO