PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Small wrapper around a CUDA device pointer. More...
#include "plssvm/backends/gpu_device_ptr.hpp"
Classes | |
class | plssvm::cuda::detail::device_ptr< T > |
Small wrapper class around a CUDA device pointer together with commonly used device functions. More... | |
Namespaces | |
plssvm | |
The main namespace containing all public API functions. | |
plssvm::cuda | |
Namespace containing the C-SVM using the CUDA backend. | |
plssvm::cuda::detail | |
Namespace containing CUDA backend specific implementation details. Should not directly be used by users. | |
Small wrapper around a CUDA device pointer.