I am new to OpenCL/OneAPI. How can I change this nested loop to use oneAPI GPU:
try { for (int i = 0; i < count; i++) { for (int j = 0;