2018-08-24 15:02:37 +02:00
|
|
|
/*
|
2018-11-23 10:19:46 +01:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2018-08-24 15:02:37 +02:00
|
|
|
*
|
2018-09-18 09:11:08 +02:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-08-24 15:02:37 +02:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#include "runtime/helpers/queue_helpers.h"
|
|
|
|
|
|
|
|
|
|
namespace OCLRT {
|
2018-11-23 10:19:46 +01:00
|
|
|
bool processExtraTokens(Device *&device, Context &context, const cl_queue_properties *property) {
|
2018-08-24 15:02:37 +02:00
|
|
|
return false;
|
|
|
|
|
}
|
2018-11-23 11:05:38 +01:00
|
|
|
|
2018-12-06 09:21:28 +01:00
|
|
|
void CommandQueue::processProperties(const cl_queue_properties *properties) {
|
|
|
|
|
}
|
2018-08-24 15:02:37 +02:00
|
|
|
} // namespace OCLRT
|