Go to the source code of this file.
Macros | |
#define | restrict |
#define | TTL_TARGET opencl |
Define the target for TTL. | |
#define | TTL_TYPES_INCLUDE_H __TTL_STRINGFY2(TTL_TARGET/TTL_types.h) |
TTL_types will include this file prior to its definitions. | |
#define | TTL_IMPORT_EXPORT_INCLUDE_H __TTL_STRINGFY2(TTL_TARGET/TTL_import_export.h) |
Allow override of the standard OpenCL import export rules. | |
#define restrict |
Definition at line 21 of file TTL_cpp/TTL.h.
#define TTL_IMPORT_EXPORT_INCLUDE_H __TTL_STRINGFY2(TTL_TARGET/TTL_import_export.h) |
Allow override of the standard OpenCL import export rules.
Definition at line 75 of file TTL_cpp/TTL.h.
#define TTL_TARGET opencl |
Define the target for TTL.
TTL can be built for multible targets - native support is
Other platforms can be provided.
Definition at line 49 of file TTL_cpp/TTL.h.
#define TTL_TYPES_INCLUDE_H __TTL_STRINGFY2(TTL_TARGET/TTL_types.h) |
TTL_types will include this file prior to its definitions.
Values in the base distribution include
Values in the base distribution include
Definition at line 62 of file TTL_cpp/TTL.h.