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

Defines an atomic_ref wrapper for the SYCL backend. More...

#include "sycl/sycl.hpp"
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.
 
 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...
 

Detailed Description

Defines an atomic_ref wrapper for 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.