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

Global compile-time constants specific to the SYCL backend. More...

This graph shows which files directly or indirectly include this file:

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++.
 

Detailed Description

Global compile-time constants specific to the SYCL backend.

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.