Files
compute-runtime/runtime/helpers/queue_helpers.cpp
Dunajski, Bartosz 52fbf6473b Minor refactor of CommandQueue class
Change-Id: Iab64ad133fe96402d9577b64380472729f0190a8
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
2018-12-06 12:45:25 +01:00

18 lines
350 B
C++

/*
* 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;
}
void CommandQueue::processProperties(const cl_queue_properties *properties) {
}
} // namespace OCLRT