/* * Copyright (C) 2017-2019 Intel Corporation * * SPDX-License-Identifier: MIT * */ #pragma once namespace NEO { template cl_int CommandQueueHw::flush() { getCommandStreamReceiver().flushBatchedSubmissions(); return CL_SUCCESS; } } // namespace NEO