Searched refs:checkOpenCLError (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/polly/tools/GPURuntime/ |
D | GPUJIT.c | 337 static void checkOpenCLError(int Ret, const char *format, ...) { in checkOpenCLError() function 377 checkOpenCLError(Ret, "Failed to get platform IDs.\n"); in initContextCL() 382 checkOpenCLError(Ret, "Failed to get device IDs.\n"); in initContextCL() 394 checkOpenCLError(Ret, "Failed to fetch device revision.\n"); in initContextCL() 399 checkOpenCLError(Ret, "Failed to fetch device name.\n"); in initContextCL() 416 checkOpenCLError(Ret, "Failed to create context.\n"); in initContextCL() 422 checkOpenCLError(Ret, "Failed to create command queue.\n"); in initContextCL() 444 checkOpenCLError(Ret, "Failed to flush command queue.\n"); in freeKernelCL() 446 checkOpenCLError(Ret, "Failed to finish command queue.\n"); in freeKernelCL() 451 checkOpenCLError(Ret, "Failed to release kernel.\n"); in freeKernelCL() [all …]
|