Skip to content

Commit ed3e2a6

Browse files
committed
disable tracing
1 parent 399f19e commit ed3e2a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loader/icd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ void khrIcdContextPropertiesGetPlatform(
123123
cl_platform_id *outPlatform);
124124

125125
// internal tracing macros
126-
#if 1
126+
#if 0
127127
#include <stdio.h>
128128
#define KHR_ICD_TRACE(...) \
129129
do \

0 commit comments

Comments
 (0)