compute-runtime/runtime/helpers/queue_helpers.cpp

15 lines
269 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;
}
} // namespace OCLRT