Files
compute-runtime/runtime/helpers/queue_helpers.cpp
Filip Hazubski 9d9b11734d Enhance processing Queue properties
Change-Id: I53ab00bdbfb6b11a7d9fdcaec816eead625ae737
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2019-01-02 14:52:02 +01:00

18 lines
373 B
C++

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