|  | PLSSVM - Parallel Least Squares Support Vector Machine
    2.0.0
    A Least Squares Support Vector Machine implementation using different backends. | 
Utility functions specific to the SYCL backend using hipSYCL as SYCL implementation. More...
#include "plssvm/backends/SYCL/hipSYCL/detail/queue.hpp"#include "plssvm/target_platforms.hpp"#include <utility>#include <vector>Go to the source code of this file.
| Namespaces | |
| plssvm | |
| The main namespace containing all public API functions. | |
| plssvm::hipsycl | |
| Namespace containing the C-SVM using the SYCL backend with hipSYCL as SYCL implementation. | |
| plssvm::hipsycl::detail | |
| Namespace containing the C-SVM using the SYCL backend with hipSYCL as SYCL implementation. Should not directly be used by users. | |
| Functions | |
| std::pair< std::vector< queue >, target_platform > | plssvm::hipsycl::detail::get_device_list (target_platform target) | 
| Returns the list devices matching the target platform targetand the actually used target platform (only interesting if the providedtargetwas automatic).  More... | |
| void | plssvm::hipsycl::detail::device_synchronize (const queue &q) | 
| Wait for the compute device associated with qto finish.  More... | |
| queue | plssvm::hipsycl::detail::get_default_queue () | 
| Get the default SYCL queue.  More... | |
Utility functions specific to the SYCL backend using hipSYCL as SYCL implementation.