mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
Change-Id: If5b88de5311e3ab3973e47e70a1027cd7e0e791c Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
17 lines
312 B
C++
17 lines
312 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() {}
|
|
} // namespace OCLRT
|