DPC++ Runtime
Runtime libraries for oneAPI DPC++
device_filter.cpp File Reference
#include <detail/config.hpp>
#include <detail/device_impl.hpp>
#include <sycl/detail/device_filter.hpp>
#include <sycl/info/info_desc.hpp>
#include <cstring>
#include <sstream>
#include <string_view>
Include dependency graph for device_filter.cpp:

Go to the source code of this file.

Namespaces

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

Functions

std::vector< std::string_view > sycl::_V1::detail::tokenize (const std::string_view &Filter, const std::string &Delim, bool ProhibitEmptyTokens=false)
 
static backend sycl::_V1::detail::Parse_ODS_Backend (const std::string_view &BackendStr, const std::string_view &FullEntry)
 
static void sycl::_V1::detail::Parse_ODS_Device (ods_target &Target, const std::string_view &DeviceStr)
 
std::vector< ods_target > sycl::_V1::detail::Parse_ONEAPI_DEVICE_SELECTOR (const std::string &envStr)
 
std::ostream & sycl::_V1::detail::operator<< (std::ostream &Out, const ods_target &Target)