#include <sycl/detail/defines.hpp>
#include <sycl/detail/defines_elementary.hpp>
#include <sycl/info/aspects.def>
#include <sycl/info/aspects_deprecated.def>
Go to the source code of this file.
Namespaces | |
sycl | |
sycl::_V1 | |
Macros | |
#define | __SYCL_ASPECT(ASPECT, ID) ASPECT = ID, |
#define | __SYCL_ASPECT_DEPRECATED(ASPECT, ID, MESSAGE) ASPECT __SYCL2020_DEPRECATED(MESSAGE) = ID, |
#define | __SYCL_ASPECT_DEPRECATED_ALIAS(ASPECT, ID, MESSAGE) __SYCL_ASPECT_DEPRECATED(ASPECT, ID, MESSAGE) |
Functions | |
enum | sycl::_V1::__SYCL_TYPE (aspect) aspect |
#define __SYCL_ASPECT | ( | ASPECT, | |
ID | |||
) | ASPECT = ID, |
Definition at line 16 of file aspects.hpp.
#define __SYCL_ASPECT_DEPRECATED | ( | ASPECT, | |
ID, | |||
MESSAGE | |||
) | ASPECT __SYCL2020_DEPRECATED(MESSAGE) = ID, |
Definition at line 17 of file aspects.hpp.
#define __SYCL_ASPECT_DEPRECATED_ALIAS | ( | ASPECT, | |
ID, | |||
MESSAGE | |||
) | __SYCL_ASPECT_DEPRECATED(ASPECT, ID, MESSAGE) |
Definition at line 19 of file aspects.hpp.