소스 검색

src/drivers/opencl/driver_opencl_utils.c: more explicit message

Nathalie Furmento 13 년 전
부모
커밋
16fde28268
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/drivers/opencl/driver_opencl_utils.c

+ 1 - 1
src/drivers/opencl/driver_opencl_utils.c

@@ -113,7 +113,7 @@ cl_int starpu_opencl_load_kernel(cl_kernel *kernel, cl_command_queue *queue, str
         program = opencl_programs->programs[devid];
         if (!program)
 	{
-                _STARPU_DISP("Program not available\n");
+                _STARPU_DISP("Program not available for device <%d>\n", devid);
                 return CL_INVALID_PROGRAM;
         }