PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Classes | Public Attributes | List of all members
plssvm::dpcpp::detail::queue Class Reference

PImpl class to hide the SYCL queue class from the public interface (and, therefore, the "sycl/sycl.hpp" header). More...

#include <queue.hpp>

Classes

struct  queue_impl
 The PImpl implementation struct encapsulating a single SYCL queue. More...
 

Public Attributes

std::shared_ptr< queue_implimpl {}
 A pointer to the implementation hidden in a private header.
 

Detailed Description

PImpl class to hide the SYCL queue class from the public interface (and, therefore, the "sycl/sycl.hpp" header).


The documentation for this class was generated from the following file: