Signed-off-by: Yang Rong <[email protected]>
---
src/cl_api.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/cl_api.c b/src/cl_api.c
index 5697e34..19c0ec7 100644
--- a/src/cl_api.c
+++ b/src/cl_api.c
@@ -488,11 +488,6 @@ clCreateCommandQueueWithProperties(cl_context
context,
}
if(prop == 0xFFFFFFFF) prop = 0;
- if((prop & CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE)||(prop &
CL_QUEUE_ON_DEVICE)) {/*not supported now.*/
- err = CL_INVALID_QUEUE_PROPERTIES;
- goto error;
- }
-
queue = cl_context_create_queue(context, device, prop, &err);
error:
if (errcode_ret)
--
1.9.1
_______________________________________________
Beignet mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/beignet