#include <sycl/detail/defines.hpp>
#include <sycl/detail/string.hpp>
#include <cstring>
#include <mutex>
#include <vector>
Go to the source code of this file.
Classes | |
class | sycl::_V1::detail::Sync |
Groups and provides access to all the locks used the SYCL runtime. More... | |
struct | sycl::_V1::detail::TempAssignGuard< T > |
struct | sycl::_V1::detail::HashCStr |
struct | sycl::_V1::detail::CmpCStr |
struct | sycl::_V1::detail::ABINeutralT< T > |
struct | sycl::_V1::detail::ABINeutralT< std::string > |
struct | sycl::_V1::detail::ABINeutralT< std::vector< std::string > > |
Namespaces | |
sycl | |
sycl::_V1 | |
sycl::_V1::detail | |
Typedefs | |
using | sycl::_V1::detail::SerializedObj = std::vector< unsigned char > |
template<typename T > | |
using | sycl::_V1::detail::ABINeutralT_t = typename ABINeutralT< T >::type |