PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Directory containing the implementation of all four available backends: OpenMP, CUDA, OpenCL, and SYCL.
More...Directories | |
directory | CUDA |
Directory containing the implementation for the CUDA backend. | |
directory | HIP |
Directory containing the implementation for the HIP backend. | |
directory | OpenCL |
Directory containing the implementation for the OpenCL backend. | |
directory | OpenMP |
Directory containing the implementation for the OpenMP backend. | |
directory | SYCL |
Directory containing the implementation for the SYCL backend. | |
Files | |
file | gpu_csvm.hpp [code] |
Defines the base class for all C-SVM backends using a GPU. Used for code duplication reduction. | |
file | gpu_device_ptr.hpp [code] |
Defines the base class for all C-SVM backends using a GPU. Used for code duplication reduction. | |
Directory containing the implementation of all four available backends: OpenMP, CUDA, OpenCL, and SYCL.