/* * Copyright (C) 2018 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "runtime/helpers/queue_helpers.h" namespace OCLRT { bool processExtraTokens(Device *&device, const cl_queue_properties *property) { return false; } } // namespace OCLRT