PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Global compile-time constants specific to the SYCL backend. More...
Go to the source code of this file.
Namespaces | |
plssvm | |
The main namespace containing all public API functions. | |
plssvm::sycl | |
Namespace containing the C-SVM using the SYCL backend with the preferred SYCL implementation. | |
Macros | |
#define | PLSSVM_SYCL_BACKEND_COMPILER_HIPSYCL 1 |
Macro identifying the used SYCL compiler as hipSYCL. | |
#define | PLSSVM_SYCL_BACKEND_COMPILER_DPCPP 0 |
Macro identifying the used SYCL compiler as DPC++. | |
Global compile-time constants specific to the SYCL backend.