cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

sajis997
Adept I

command queue properties

Hi forum,

There are 2 command queue properties. Is it possible to have both of them in the same command queue command.

If yes, then how ?

Regards

Sajjadul

0 Likes
1 Reply
himanshu_gautam
Grandmaster

Just do CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_PROFILING_ENABLE in the properties feild.

Out of order execution is actually not supported on AMD platform as of now.

Check cl.h file for details.

0 Likes