Enhance processing Queue properties

Change-Id: I53ab00bdbfb6b11a7d9fdcaec816eead625ae737
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2018-11-23 10:19:46 +01:00
committed by sys_ocldev
parent ac56465031
commit 9d9b11734d
5 changed files with 13 additions and 8 deletions

View File

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