![]() |
PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Defines an atomic_ref wrapper for the SYCL backend. More...
#include "sycl/sycl.hpp"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. | |
| plssvm::sycl::detail | |
| Namespace containing the C-SVM using the SYCL backend with the preferred SYCL implementation. Should not directly be used by users. | |
Typedefs | |
| template<typename T > | |
| using | plssvm::sycl::detail::atomic_op = ::sycl::atomic_ref< T, ::sycl::memory_order::relaxed, ::sycl::memory_scope::device, ::sycl::access::address_space::global_space > |
Shortcut alias for a sycl::atomic_ref targeting global memory. More... | |
Defines an atomic_ref wrapper for the SYCL backend.