File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2564,7 +2564,8 @@ CL_API_ENTRY cl_int CL_API_CALL CLIRN(clGetProgramInfo)(
2564
2564
if ( pIntercept && pIntercept->dispatch ().clGetProgramInfo )
2565
2565
{
2566
2566
GET_ENQUEUE_COUNTER ();
2567
- CALL_LOGGING_ENTER ( " param_name = %s (%08X)" ,
2567
+ CALL_LOGGING_ENTER ( " program = %p, param_name = %s (%08X)" ,
2568
+ program,
2568
2569
pIntercept->enumName ().name ( param_name ).c_str (),
2569
2570
param_name );
2570
2571
HOST_PERFORMANCE_TIMING_START ();
@@ -2601,7 +2602,8 @@ CL_API_ENTRY cl_int CL_API_CALL CLIRN(clGetProgramBuildInfo)(
2601
2602
if ( pIntercept && pIntercept->dispatch ().clGetProgramBuildInfo )
2602
2603
{
2603
2604
GET_ENQUEUE_COUNTER ();
2604
- CALL_LOGGING_ENTER ( " param_name = %s (%08X)" ,
2605
+ CALL_LOGGING_ENTER ( " program = %p, param_name = %s (%08X)" ,
2606
+ program,
2605
2607
pIntercept->enumName ().name ( param_name ).c_str (),
2606
2608
param_name );
2607
2609
HOST_PERFORMANCE_TIMING_START ();
You can’t perform that action at this time.
0 commit comments