All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
openclwrapper.h File Reference
#include <stdio.h>
#include "allheaders.h"
#include "pix.h"
#include "tprintf.h"

Go to the source code of this file.

Macros

#define ON_WINDOWS   0
 
#define ON_LINUX   0
 
#define ON_APPLE   0
 
#define ON_OTHER   1
 
#define IF_WINDOWS(X)
 
#define IF_LINUX(X)
 
#define IF_APPLE(X)
 
#define IF_OTHER(X)   X
 
#define NOT_WINDOWS(X)   X
 
#define PERF_COUNT_VERBOSE   1
 
#define PERF_COUNT_REPORT_STR   "[%36s], %24s, %11.6f\n"
 
#define PERF_COUNT_START(FUNCT_NAME)
 
#define PERF_COUNT_END
 
#define PERF_COUNT_SUB(SUB)
 

Macro Definition Documentation

#define IF_APPLE (   X)

Definition at line 50 of file openclwrapper.h.

#define IF_LINUX (   X)

Definition at line 49 of file openclwrapper.h.

#define IF_OTHER (   X)    X

Definition at line 51 of file openclwrapper.h.

#define IF_WINDOWS (   X)

Definition at line 48 of file openclwrapper.h.

#define NOT_WINDOWS (   X)    X

Definition at line 52 of file openclwrapper.h.

#define ON_APPLE   0

Definition at line 46 of file openclwrapper.h.

#define ON_LINUX   0

Definition at line 45 of file openclwrapper.h.

#define ON_OTHER   1

Definition at line 47 of file openclwrapper.h.

#define ON_WINDOWS   0

Definition at line 44 of file openclwrapper.h.

#define PERF_COUNT_END

Definition at line 135 of file openclwrapper.h.

#define PERF_COUNT_REPORT_STR   "[%36s], %24s, %11.6f\n"

Definition at line 75 of file openclwrapper.h.

#define PERF_COUNT_START (   FUNCT_NAME)

Definition at line 134 of file openclwrapper.h.

#define PERF_COUNT_SUB (   SUB)

Definition at line 145 of file openclwrapper.h.

#define PERF_COUNT_VERBOSE   1

Definition at line 74 of file openclwrapper.h.