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

Small wrapper around a SYCL device pointer for the hipSYCL SYCL implementation. More...

#include "plssvm/backends/SYCL/hipSYCL/detail/queue.hpp"
#include "plssvm/backends/gpu_device_ptr.hpp"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plssvm::hipsycl::detail::device_ptr< T >
 Small wrapper class around a hipSYCL device pointer together with commonly used device functions. 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

Small wrapper around a SYCL device pointer for the hipSYCL SYCL implementation.

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.