DPC++ Runtime
Runtime libraries for oneAPI DPC++
platform_info.hpp File Reference
Include dependency graph for platform_info.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sycl
 
 sycl::_V1
 
 sycl::_V1::detail
 

Functions

std::string sycl::_V1::detail::get_platform_info_string_impl (ur_platform_handle_t Plt, const PluginPtr &Plugin, ur_platform_info_t UrCode)
 
template<typename Param >
std::enable_if< std::is_same< typename Param::return_type, std::string >::value, std::string >::type sycl::_V1::detail::get_platform_info (ur_platform_handle_t Plt, const PluginPtr &Plugin)
 
template<typename Param >
std::enable_if< std::is_same< Param, info::platform::extensions >::value, std::vector< std::string > >::type sycl::_V1::detail::get_platform_info (ur_platform_handle_t Plt, const PluginPtr &Plugin)