My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/libraries/khronos-ocl-icd-loader/tracing.patch

13 lines
317 B

diff --git a/loader/icd.h b/loader/icd.h
index 34751e9..01a33fd 100644
--- a/loader/icd.h
+++ b/loader/icd.h
@@ -123,7 +123,7 @@ void khrIcdContextPropertiesGetPlatform(
cl_platform_id *outPlatform);
// internal tracing macros
-#if 0
+#if 1
#include <stdio.h>
#define KHR_ICD_TRACE(...) \
do \