Project
Loading...
Searching...
No Matches
makefile_opencl_compiler.cxx File Reference
#include "CL/opencl.h"
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include <string>
#include <vector>
#include "opencl_compiler_structs.h"

Go to the source code of this file.

Macros

#define CL_TARGET_OPENCL_VERSION   220
 
#define _CRT_SECURE_NO_WARNINGS
 
#define quit(arg)
 
#define DEFAULT_OPENCL_COMPILER_OPTIONS   ""
 
#define DEFAULT_OUTPUT_FILE   "opencl.out"
 

Functions

int32_t main (int argc, char **argv)
 

Detailed Description

Author
David Rohr

Definition in file makefile_opencl_compiler.cxx.

Macro Definition Documentation

◆ _CRT_SECURE_NO_WARNINGS

#define _CRT_SECURE_NO_WARNINGS

Definition at line 16 of file makefile_opencl_compiler.cxx.

◆ CL_TARGET_OPENCL_VERSION

#define CL_TARGET_OPENCL_VERSION   220

Definition at line 15 of file makefile_opencl_compiler.cxx.

◆ DEFAULT_OPENCL_COMPILER_OPTIONS

#define DEFAULT_OPENCL_COMPILER_OPTIONS   ""

Definition at line 31 of file makefile_opencl_compiler.cxx.

◆ DEFAULT_OUTPUT_FILE

#define DEFAULT_OUTPUT_FILE   "opencl.out"

Definition at line 32 of file makefile_opencl_compiler.cxx.

◆ quit

#define quit (   arg)
Value:
{ \
fprintf(stderr, arg "\n"); \
return (1); \
}

Definition at line 26 of file makefile_opencl_compiler.cxx.

Function Documentation

◆ main()

int32_t main ( int  argc,
char **  argv 
)

Definition at line 34 of file makefile_opencl_compiler.cxx.