PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Classes | Namespaces
queue_impl.hpp File Reference

PImpl implementation encapsulating a single SYCL queue. More...

#include "plssvm/backends/SYCL/DPCPP/detail/queue.hpp"
#include "sycl/sycl.hpp"
#include <utility>

Go to the source code of this file.

Classes

struct  plssvm::dpcpp::detail::queue::queue_impl
 The PImpl implementation struct encapsulating a single SYCL queue. More...
 

Namespaces

 plssvm
 The main namespace containing all public API functions.
 
 plssvm::dpcpp
 Namespace containing the C-SVM using the SYCL backend with DPC++ as SYCL implementation.
 
 plssvm::dpcpp::detail
 Namespace containing the C-SVM using the SYCL backend with DPC++ as SYCL implementation. Should not directly be used by users.
 

Detailed Description

PImpl implementation encapsulating a single SYCL queue.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.