Francois Dugast

Results 2 issues of Francois Dugast

1. A simple application that creates a queue with the following line runs fine both without and with onetrace: ``` cl_command_queue queue = clCreateCommandQueue(context, deviceID, 0, &status); ``` However if...

Use shared system USM aka SVM if it is available on Intel GPU. Instead of being enabled by default, it would be best to only use it if requested by...