PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Small wrapper around a SYCL device pointer for the DPC++ SYCL implementation. More...
#include "plssvm/backends/SYCL/DPCPP/detail/queue.hpp"
#include "plssvm/backends/gpu_device_ptr.hpp"
Go to the source code of this file.
Classes | |
class | plssvm::dpcpp::detail::device_ptr< T > |
Small wrapper class around a DPC++ device pointer together with commonly used device functions. 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. | |
Small wrapper around a SYCL device pointer for the DPC++ SYCL implementation.