#include <CL/sycl/device.hpp>
#include <detail/allowlist.hpp>
#include <detail/config.hpp>
#include <detail/device_impl.hpp>
#include <detail/force_device.hpp>
#include <detail/global_handler.hpp>
#include <detail/platform_impl.hpp>
#include <detail/platform_info.hpp>
#include <algorithm>
#include <cstring>
#include <mutex>
#include <string>
#include <vector>
#include <CL/sycl/info/platform_traits.def>
Go to the source code of this file.
|
#define | __SYCL_PARAM_TRAITS_SPEC(param_type, param, ret_type) template ret_type platform_impl::get_info<info::param_type::param>() const; |
|
◆ __SYCL_PARAM_TRAITS_SPEC
#define __SYCL_PARAM_TRAITS_SPEC |
( |
|
param_type, |
|
|
|
param, |
|
|
|
ret_type |
|
) |
| template ret_type platform_impl::get_info<info::param_type::param>() const; |