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

PImpl class used to hide the "sycl/sycl.hpp" header from the public interface. More...

#include <memory>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

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

Detailed Description

PImpl class used to hide the "sycl/sycl.hpp" header from the public interface.

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.