#include <af/defines.h>
#include <af/array.h>
#include <af/dim4.hpp>
#include <af/exception.h>
#include <af/device.h>
#include <stdio.h>
Go to the source code of this file.
Namespaces | |
namespace | afoneapi |
Enumerations | |
enum | af_oneapi_platform { AF_ONEAPI_PLATFORM_AMD = 0 , AF_ONEAPI_PLATFORM_APPLE = 1 , AF_ONEAPI_PLATFORM_INTEL = 2 , AF_ONEAPI_PLATFORM_NVIDIA = 3 , AF_ONEAPI_PLATFORM_BEIGNET = 4 , AF_ONEAPI_PLATFORM_POCL = 5 , AF_ONEAPI_PLATFORM_UNKNOWN = -1 } |
enum af_oneapi_platform |
Enumerator | |
---|---|
AF_ONEAPI_PLATFORM_AMD | |
AF_ONEAPI_PLATFORM_APPLE | |
AF_ONEAPI_PLATFORM_INTEL | |
AF_ONEAPI_PLATFORM_NVIDIA | |
AF_ONEAPI_PLATFORM_BEIGNET | |
AF_ONEAPI_PLATFORM_POCL | |
AF_ONEAPI_PLATFORM_UNKNOWN |
Definition at line 19 of file oneapi.h.