Add getIntelQueueInfo helper function

Change-Id: I5daed24c36db8f5da143db8665b4353582dbc94b
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2019-03-19 14:34:43 +01:00
committed by sys_ocldev
parent e42e952d21
commit cdd46679c8
5 changed files with 31 additions and 1 deletions

View File

@@ -18,4 +18,8 @@ bool verifyExtraTokens(Device *&device, Context &context, const cl_queue_propert
void CommandQueue::processProperties(const cl_queue_properties *properties) {
}
void getIntelQueueInfo(CommandQueue *queue, cl_command_queue_info paramName, GetInfoHelper &getInfoHelper, cl_int &retVal) {
retVal = CL_INVALID_VALUE;
}
} // namespace OCLRT