SWDEV-494501 - Fix CTS api negative sub-test failures
Change-Id: I0dd67467d977569fca45dcdad28a96c839bae33b
[ROCm/clr commit: 11a4cb3c34]
Этот коммит содержится в:
коммит произвёл
Julia Jiang
родитель
2bca736134
Коммит
0692af90ad
@@ -108,6 +108,10 @@ RUNTIME_ENTRY_RET(cl_command_queue, clCreateCommandQueueWithProperties,
|
||||
// FIXME_lmoriche: See comment above.
|
||||
// properties = p->value.properties;
|
||||
properties = static_cast<cl_command_queue_properties>(p->value.raw);
|
||||
if (properties == CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE) {
|
||||
*not_null(errcode_ret) = CL_INVALID_QUEUE_PROPERTIES;
|
||||
return (cl_command_queue)0;
|
||||
}
|
||||
break;
|
||||
case CL_QUEUE_SIZE:
|
||||
queueSize = p->value.size;
|
||||
|
||||
Ссылка в новой задаче
Block a user