![]() |
Project
|
#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) |
Definition in file makefile_opencl_compiler.cxx.
#define _CRT_SECURE_NO_WARNINGS |
Definition at line 16 of file makefile_opencl_compiler.cxx.
#define CL_TARGET_OPENCL_VERSION 220 |
Definition at line 15 of file makefile_opencl_compiler.cxx.
#define DEFAULT_OPENCL_COMPILER_OPTIONS "" |
Definition at line 31 of file makefile_opencl_compiler.cxx.
#define DEFAULT_OUTPUT_FILE "opencl.out" |
Definition at line 32 of file makefile_opencl_compiler.cxx.
#define quit | ( | arg | ) |
Definition at line 26 of file makefile_opencl_compiler.cxx.
Definition at line 34 of file makefile_opencl_compiler.cxx.