Re: [Beignet] [PATCH] Allow creating out-of-order queues with clCreateCommandQueue

2018-08-20 Thread Yang, Rong R
net] [PATCH] Allow creating out-of-order queues with > clCreateCommandQueue > > clCreateCommandQueueWithProperties can already create them, but that's a > 2.0 function. > > Signed-off-by: Rebecca N. Palmer > --- > yes, this currently gives you out-of-order if you ask for in-o

[Beignet] [PATCH] Allow creating out-of-order queues with clCreateCommandQueue

2018-07-21 Thread Rebecca N. Palmer
clCreateCommandQueueWithProperties can already create them, but that's a 2.0 function. Signed-off-by: Rebecca N. Palmer --- yes, this currently gives you out-of-order if you ask for in-order, but says "can't do that" if you ask for out-of-order... --- a/src/cl_api_command_queue.c +++