Contains Platform enumeration. More...
#include "settings.h"
Go to the source code of this file.
Enumerations | |
enum | Platform { PLATFORM_HOST = 0, PLATFORM_OPENCL } |
Enumeration over supported platforms. More... |
Contains Platform enumeration.
Definition in file platform.h.
enum Platform |
Enumeration over supported platforms.
PLATFORM_HOST |
Host platfowm (i.e. CPU + main memory). |
PLATFORM_OPENCL |
OpenCL platform. |
Definition at line 26 of file platform.h.